github-token
Specify a GitHub Personal Access Token or secrets.GITHUB_TOKEN.
By default, secrets.GITHUB_TOKEN is used.
Caution
The value entered for github-token is sensitive information, so use Secrets instead of writing it directly in a file.
When it is used
Depending on the granted permissions, it performs the following operations.
- Creating and updating commit statuses
- Creating and updating Deployments
- Creating and updating pull request comments
Required permissions
If the required permissions are not granted, they are skipped and Vercel is deployed as usual. Grant and configure the permissions you need according to your preference.
For secrets.GITHUB_TOKEN
For a Personal Access Token
The repo scope is required.