-
-
Notifications
You must be signed in to change notification settings - Fork 53
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 #190
Comments
Hi, Are you referring to #35? |
This happens for PRs created by Dependabot also. |
Yes, this is due to the token having different permissions, did you check this issue linked in #35? actions/first-interaction#10 (comment) |
I didn't spot that issue as it's closed. |
Sure thing, feel free to open a PR to update the documentation. |
I still haven't quite figured out which permissions are required. I haven't got this working yet. |
I added this at the top of my file: permissions:
checks: write
contents: read
I believe it is possible to make the token more permissible by default, but doing this instead is safer, and safer still would be to do it per-job for only the jobs that need it. |
I think this might be because the action requires certain permissions.
I can't find these documented.
It may be worth adding something about them.
The text was updated successfully, but these errors were encountered: