Sync with GitHub

Connecting your project with your GitHub repository

1. Before starting, you will need to create the repo and branch you wish to connect with your project

2. You will also need a personal access token with the necessary permissions for making commits

You can learn how to do that from the official GitHub documentation:

Note: For a fine-grained access token, select your repository and give the "Contents" read and write pemissions. For a classic token give the "repo" permission.

4. Click on Project settings

5. Fill out the repository information, as well as the username and email of the user that the update commits will be made from

The repository owner can be either a user or an organization.

Note: If you are automatically deploying from your repository, make sure the username and email are the ones that are connected with your deployment provider

6. Click UPDATE

7. And you are ready!

Click here if you want to learn how to automatically deploy from your repository to Vercel

Last updated

Was this helpful?