Merge pull request #16 from tlvince/15-oauth-scope
docs(readme): add GitHub token scope notes
This commit is contained in:
commit
30fd1c19eb
@ -139,6 +139,7 @@ notifications:
|
|||||||
email: false
|
email: false
|
||||||
env:
|
env:
|
||||||
# Get your token here: https://github.com/settings/tokens/new
|
# Get your token here: https://github.com/settings/tokens/new
|
||||||
|
# Grant the token repo/public_repo scope (all others can be deselected)
|
||||||
# You should encrypt this:
|
# You should encrypt this:
|
||||||
# `travis encrypt GH_TOKEN=<token> --add`
|
# `travis encrypt GH_TOKEN=<token> --add`
|
||||||
global: GH_TOKEN=<github-access-token-with-acceess-to-your-repo>
|
global: GH_TOKEN=<github-access-token-with-acceess-to-your-repo>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user