The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "ContextIQ GitHub Sync",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes",
"interval": 15
}
]
}
},
"id": "1",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"command": "python scripts/sync_github.py"
},
"id": "2",
"name": "Run GitHub Sync",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
300
]
}
],
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "Run GitHub Sync",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ContextIQ GitHub Sync. Uses executeCommand. Scheduled trigger; 2 nodes.
Source: https://github.com/omkar-padhy/ContextIQ/blob/7d97b33185883ac44e02fb7d99a1ed7eea7142f9/workflows/n8n_github.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.
Who is this for? This template is ideal for n8n administrators, automation engineers, and DevOps teams who want to maintain bidirectional synchronization between their n8n workflows and GitHub reposit
Display Project Data On A Smashing Dashboard. Uses httpRequest, github. Scheduled trigger; 24 nodes.
Code Github. Uses manualTrigger, stickyNote, httpRequest, noOp. Event-driven trigger; 24 nodes.