Closed joshuacwnewton closed 3 years ago
There is a workaround for this: Using the new-ish pull_request_target
event trigger, rather than pull_request
.
But, there are big caveats for using it: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
There is a workaround for this: Using the new-ish
pull_request_target
event trigger, rather thanpull_request
.
Oops. There has been an issue for this open for months. Duplicate of #38.
I believe this is an upstream decision from GitHub, but I thought I would mention it here in case there is a more graceful way to handle the error.
Context: https://github.community/t/token-permissions-for-forks-once-again/16468
Example of failing job: https://github.com/neuropoly/spinalcordtoolbox/runs/2114260881?check_suite_focus=true
Thank you again for the lovely tool.