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
@adam-mrozik hub just uses the GitHub API. Any token that works with the GitHub API should be supported.
Try your token with curl -H "Authorization: token $GH_TOKEN" https://api.github.com and see if that works. If you cannot access any API resources that the token should be able to access, then the 403s are a problem with the token itself.
I'm getting this same issue. It appears that the fine grained access tokens are limited to the account in which they're generated. eg. The tokens you generate will not be able to access repositories under a github organisation.
Hey!
Tool was working great for me, but I am getting 403 when using fine-grained tokens. Are the supported?
The text was updated successfully, but these errors were encountered: