How to receive update from github?

Hey, guys,

I would like to know if it is possible to create an automation to receive updates from the repository of which I am not the owner.

I tried to create it like this with the github trigger but it didn’t work.


It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @htnrodrigues

I actually had a similar idea and just used the HTTP request node for this.

Here’s my workflow (very very basic)

Hope it helps! :slight_smile:

Hey @ria ,

It worked great, thanks