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 know that fine-grained access tokens are not supported in all GitHub APIs yet, so that might be the problem. Fine-grained access tokens are still in beta. Please try classic tokens.
Any plans to allow the new fine-grained tokens? I have a sense it's nearly working:
Run peter-evans/slash-command-dispatch@v3
with:
token: ***
commands: example
repository: MyOrg/my-repo
reaction-token: ***
reactions: true
permission: write
issue-type: both
allow-edits: false
event-type-suffix: -command
dispatch-type: repository
Using configuration from yaml inputs.
Command 'example' to be dispatched.
Error: Resource not accessible by personal access token
but I'm not 100% sure which scopes to pick for it. I'll keep iterating...
@alextreppass This action is not doing anything to explicitly prevent the fine-grained access tokens from working, they just might not work as expected because they are still in beta and not all GitHub APIs support them yet. Based on your experiment, looks like that is still the case.
The fine-grained personal access tokens set with:
Make error:
Command is not configured for the user's permission level 'none'
The text was updated successfully, but these errors were encountered: