You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This normally occurs when using actions in pull_request workflows triggered by forks.
There's an explanation I wrote on the readme of this action:
Note: In public repositories this action does not work in pull_request workflows when triggered by forks. Any attempt will be met with the error, Resource not accessible by integration. This is due to token restrictions put in place by GitHub Actions. Private repositories can be configured to enable workflows from forks to run without restriction. See here for further explanation. Alternatively, use the pull_request_target event to comment on pull requests.
Hi!
From description it looks like that it should work with GITHUB_TOKEN, but it doesn't for me.
it seems that creating PAT is mandatory?
The text was updated successfully, but these errors were encountered: