docs(readme): add GitHub token scope notes

Closes #15.
This commit is contained in:
Tom Vincent 2015-03-22 00:15:21 +00:00
parent 4ccda66a39
commit f192acc1ff

View File

@ -139,6 +139,7 @@ notifications:
email: false
env:
# 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:
# `travis encrypt GH_TOKEN=<token> --add`
global: GH_TOKEN=<github-access-token-with-acceess-to-your-repo>