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
* Catch error from authenticate with ENV and obtain a token
* Prompt before obtaining a token
* Prompt for auth using omus' code above
* Actually do something with exception :/
* Token may be stale
* Only catch error when it contains a 401
* Update src/wizard/github.jl
Co-authored-by: Curtis Vogt <[email protected]>
* Update src/wizard/utils.jl
Co-authored-by: Curtis Vogt <[email protected]>
Co-authored-by: Curtis Vogt <[email protected]>
@warn"GitHub was unable to authenticate using the token from `ENV[\"GITHUB_TOKEN\"]`, it may be stale. Falling back on alternate authentication methods."
15
15
else
16
-
# If we're not allowed to return an anonymous authorization,
0 commit comments