GitHub workflows
11 results — 5 downloadable workflow files, 6 source-linked n8n references
[OPS] Restore workflows from GitHub to n8n
On manual trigger, fetches stored workflow definitions from GitHub and restores them into n8n, merging the imported results.
Process Backup
When called by another workflow, commits data to GitHub and branches on conditions via HTTP requests to back up processes.
Automated Daily Workflow Backup To GitHub
On a daily schedule, exports all n8n workflows, converts them to files, and commits them to a GitHub repository.
Validate GitHub Webhook Secret
On a GitHub webhook, validates the secret signature with crypto, then calls the GitHub API or halts with an error.
Backup & Restore n8n Workflows and Credentials with GitHub
On a schedule or form submission, backs up and restores n8n workflows and credentials by committing files to GitHub over SSH.
Backup workflows to git repository
On a schedule, exports n8n workflows and commits each one to a GitHub repository as backups.
[OPS] Restore workflows from GitHub to n8n 2
On manual trigger, reads workflow files from GitHub and restores them into n8n.
Scheduled GitHub Backup
On a schedule, aggregates n8n workflow data into a file and commits it to GitHub.
Restore workflows from GitHub
On a GitHub push, fetches workflow files and restores them into n8n via the API.
Backup workflows to GitHub
On manual trigger, exports n8n workflows and commits them to GitHub, then posts a status update to Slack.
Backup Postgres As CSV To GitHub
On a schedule, exports Postgres tables in batches to CSV files and commits them to a GitHub repository.