Uh oh!
There was an error while loading. Please reload this page.
Replies: 2 comments 9 replies
If the pull request is from a fork, the permissions on the Actions |
8 replies
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am using
I see error:
I notice a similar discussion around the PR request
#490
I am not sure whether the write permissions are ignored for
pull_request_reviewas well - as the GITHUB TOKEN being used does not have permission to issue the call.This is a PR that comes from a fork and is being reviewed.
I can add a label using the equivalent POST mentioned in the error using curl using my PAT. I tried adding my PAT as a secret in the repo and in an environment - but the secret PAT does not seem to be picked up and it says "Input required and not supplied: github-token".
All reactions