-
Notifications
You must be signed in to change notification settings - Fork 81
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
"Error: Resource not accessible by integration" for a PR from a fork #227
Comments
After digging a bit deeper, one possible fix is to use Though this means we should not build any code etc... in the same workflow (which we do, in our case). For now I'll disable the PR reporter for forks. |
The most probable alternative right now is to use crontab or artifact. Crontab is not an immediate response, and artifacts need to upload files every time. Comments using artifacts will be summarized later and updated in README. I need some testbed for it. I don't know how to get it, but I'll try. |
An external contributor created a PR and our action tried to comment on it. Unfortunately it failed with the above error message.
I'm guessing this error means that the github token used does not have permission to perform this. This is also indicated here: actions/first-interaction#10
Any idea how to fix this?
The text was updated successfully, but these errors were encountered: