Merge pull request #16 from tlvince/15-oauth-scope

docs(readme): add GitHub token scope notes
This commit is contained in:
Stephan Bönnemann 2015-03-22 10:33:50 +01:00
commit 30fd1c19eb

View File

@ -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>