This workflow restores all n8n instance credentials from GitHub backups using the n8n API node. It complements the Backup Your Credentials to GitHub template by allowing users to seamlessly restore previously saved credentials.
The workflow fetches credentials stored in a GitHub repository and imports them into your n8n instance.
To configure the workflow, update the Globals
node with the following values:
For example, if your GitHub username is john-doe
, your repository is named n8n-backups
, and credentials are stored in a credentials/
folder, you would set:
repo.owner
→ john-doe
repo.name
→ n8n-backups
repo.path
→ credentials/
This template is ideal for users who want to restore their credentials from GitHub backups, ensuring easy migration and recovery in case of data loss.
Check out my other templates:
👉 My n8n Templates