Create a GitHub API token
This project relies on create a GitHub API access token with read-only access to your own repos. The token is then sent to GitHub API on a POST request.
To set this up:
- Open Personal access tokens page on your GitHub account.
- Settings page.
- Developer Settings.
- Tokens page.
- Grant read-only permissions to your public repos.
- Tick the
public_repo
option only.
- Tick the
- Create the token.
- Copy the token value.
- The value will not be visible after you leave this screen, however, you can always regenerate the token value.
You may continue to the Remote or local Installation steps, where you will add the token to your secret environment variables.