You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the CLI v1.8.8, and when I attempt to authenticate either with a personal access token (using the permissions defined for both private and public here: https://docs.travis-ci.com/user/github-oauth-scopes/), it will give me the following error: enozero has not granted Travis CI the required permissions, please log in via travis-ci.org
This is the debug output from running login with --debug:
travis login --debug --github-token <hidden>
** Loading "/Users/andyv/.travis/config.yml"
** Loading gh
** GET "config"
** took 0.12 seconds
** GitHub API: GET /user?per_page=100
** took 0.15 seconds
** POST "auth/github" {:github_token=>"<hidden>"}
** took 0.21 seconds
** GET "users/"
** took 0.18 seconds
Hello,
I've installed the CLI v1.8.8, and when I attempt to authenticate either with a personal access token (using the permissions defined for both private and public here: https://docs.travis-ci.com/user/github-oauth-scopes/), it will give me the following error:
enozero has not granted Travis CI the required permissions, please log in via travis-ci.org
This is the debug output from running
login
with--debug
:This is my
config.yml
:Scopes defined for the personal access token:
Any ideas what I might be doing wrong?
Thanks!
Andy
The text was updated successfully, but these errors were encountered: