-
Notifications
You must be signed in to change notification settings - Fork 10
Github Token
Yoav Geva edited this page Sep 29, 2021
·
1 revision
Get Github Token
- enter GitHub press -> personal access tokens
- Generate a new token
- Give note about the token and mark
read:org, repo
permissions
- Scroll down and press Generate token button
- Copy the token.
- Enable the token by pressing Enable SSO (if there is SAML for the organization)
- In Terminal Application enter
export HOMEBREW_GITHUB_API_TOKEN=yourtoken
instead of yourtoken enter the token you copied.