-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Personal access tokens with fine grained access do not support the GraphQL API
#289
Comments
@aaronArinder only classic PATs currently are supported by the api that drives this action. Use a classic PAT instead of a fine grained one |
FWIW this was fixed in github/roadmap#622, the docs should probably be updated. |
What permissions are needed for the fine grained token? |
You forgot about the non-negligible caveat that so far, project permissions are only available to organization accounts. There is no such option when the "resource owner" of a fine-grained token is a regular user. |
Correct 👍 - I'm using this action with fine-grained tokens as described in #289 (comment) with a GitHub organization. |
with a PAT that has both
repo
andproject
scopes, I'm getting the following when trying to use the action:Let me know if there's any troubleshooting I can do on my end; also, I'm wondering if this is a known issue?
The text was updated successfully, but these errors were encountered: