top of page

Batch Upload Multiple Files to GitHub Repo

n8n workflow automating simultaneous file uploads to GitHub repos using GitHub REST API. It bypasses the native single-file limitation by creating a new git tree, commit, and updating the branch. Uses GitHub Personal Access Token for authentication.

bottom of page