n8n Workflow

Receive Updates For Github Events

This n8n workflow automates tasks using GitHub. Receive Updates For Github Events - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using GitHub. Receive Updates For Github Events - ready to import and run in your n8n instance.
Features:
  • Integrates with GitHub
Source Code
{
    "nodes": [
        {
            "name": "Github Trigger",
            "type": "n8n-nodes-base.githubTrigger",
            "position": [
                260,
                410
            ],
            "webhookId": "887a6b2b-dfc3-48b5-86e3-fc414613baee",
            "parameters": {
                "owner": "n8n-io",
                "events": [
                    "*"
                ],
                "repository": "n8n-docs"
            },
            "credentials": {
                "githubApi": "github_creds"
            },
            "typeVersion": 1,
            "id": "7ea26e8a-12c6-4b83-9f4e-f617b79a4f1d"
        }
    ],
    "connections": [],
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Github API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows