github.rest.issues.createComment
results in "Resource not accessible by integration" error
#490
-
I'm attempting 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! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Use of information passed between jobs An example of problem solving travellings-link/travellings@6fc4418 (Ignore the job named “comment” and focus on "comment-auto-check-assistant-result" and "auto-check-assistant".) |
Beta Was this translation helpful? Give feedback.
-
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.
|
Beta Was this translation helpful? Give feedback.
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!