AutomationFlowsDevOps › Sync ContextIQ with GitHub

Sync ContextIQ with GitHub

Original n8n title: Contextiq Github Sync

ContextIQ GitHub Sync. Uses executeCommand. Scheduled trigger; 2 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity2 nodesExecute Command
DevOps Trigger: Cron / scheduled Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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
          }
        ]
      ]
    }
  }
}
Pro

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 →

More DevOps workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

DevOps

This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.

Read Write File, Execute Command, Crypto +2
DevOps

w1. Uses readWriteFile. Scheduled trigger; 4 nodes.

Read Write File
DevOps

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

n8n, GitHub
DevOps

Display Project Data On A Smashing Dashboard. Uses httpRequest, github. Scheduled trigger; 24 nodes.

HTTP Request, GitHub
DevOps

Code Github. Uses manualTrigger, stickyNote, httpRequest, noOp. Event-driven trigger; 24 nodes.

HTTP Request, GitHub, Execute Command +1