We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mainmatter/continue-on-error-comment fails on PRs with Error: Resource not accessible by integration
mainmatter/continue-on-error-comment
Error: Resource not accessible by integration
https://github.com/mainmatter/continue-on-error-comment#permissions says to set d
permissions: pull-requests: write
but that is true in this workflow already and it is not working.
It alternatively suggests using pull_request_target but that is not safe to do in any workflow that runs code from the PR.
pull_request_target
I think the best way to run it would be to have another workflow that runs on pull_request_target that checks the results of the CI workflow.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
mainmatter/continue-on-error-comment
fails on PRs withError: Resource not accessible by integration
https://github.com/mainmatter/continue-on-error-comment#permissions says to set d
but that is true in this workflow already and it is not working.
It alternatively suggests using
pull_request_target
but that is not safe to do in any workflow that runs code from the PR.I think the best way to run it would be to have another workflow that runs on
pull_request_target
that checks the results of the CI workflow.The text was updated successfully, but these errors were encountered: