Push Multiple Files to GitHub Repo via REST API - n8n Workflow | Neura Market
Push Multiple Files to GitHub Repo via REST API
Automates batch uploading of multiple files to a GitHub repository using GitHub's REST API, overcoming n8n's single-file limitation for efficient updates.
This workflow provides a streamlined solution for uploading multiple files to a GitHub repository at once via GitHub's Git Data REST API. It creates a new Git tree with all files, commits the tree, and updates the target branch in a single process, eliminating the need for repeated API calls and reducing errors in batch operations.
Key benefits include enhanced efficiency for developers and DevOps teams, prevention of partial updates, and seamless integration into CI/CD pipelines or content man
Platform
n8n
Category
HR & Operations
Price
$14.99
Creator
Jordi Faber
GitHub
REST API
File Upload
Batch Processing
DevOps
Automation
Git Tree
Commits
Repository
n8n
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.