- Notifications
You must be signed in to change notification settings - Fork455
github.rest.issues.createComment
results in "Resource not accessible by integration" error#490
-
I'mattempting to use
We've also checked that "Allow all actions and reusable workflows" and "Read and write permissions" is set for the main repository's action permission settings. Is there another permission that we need to set? Any suggestions would be appreciated! Thanks! |
BetaWas this translation helpful?Give feedback.
All reactions
Pull Requests workflows from forks can't utilize write permissions, which is why you're getting a failure. You can see the effective permissions for a job in the "Set up job" step logs.
pull_request_target
is likely the event you want, but please read through the full documentation to understand the security risks. If you have any questions about that, feel free to ask!
Replies: 2 comments
-
Use ofinformation passed between jobs An example of problem solvingtravellings-link/travellings@6fc4418 (Ignore the job named “comment” and focus on "comment-auto-check-assistant-result" and "auto-check-assistant".) |
BetaWas this translation helpful?Give feedback.
All reactions
-
Pull Requests workflows from forks can't utilize write permissions, which is why you're getting a failure. You can see the effective permissions for a job in the "Set up job" step logs.
|
BetaWas this translation helpful?Give feedback.