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
Creating PRs from forks should not result in ❌ due to things like this.
Often it's possible to use GITHUB_STEP_SUMMARY instead of comments, this is safe and easy to do.
If comments are needed, it's possible to use some other techniques (historically, I'd use on: pull_request_target, but that requires being very careful with use of actions/checkout and two distinct job phases one that checks out the code under test and one that checks out the trusted code for reporting and has more permissions).
Details (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
flank/.github/workflows/ubuntu_workflow.yml
Lines 1 to 9 in d2859fb
flank/.github/workflows/ubuntu_workflow.yml
Lines 53 to 56 in d2859fb
flank/.github/workflows/ubuntu_workflow.yml
Lines 81 to 89 in d2859fb
https://github.com/Flank/flank/actions/runs/11876421725/job/33212846512#step:1:18
https://github.com/Flank/flank/actions/runs/11876421725/job/33212846512#step:6:52
To Reproduce
Expected behavior
Creating PRs from forks should not result in ❌ due to things like this.
Often it's possible to use GITHUB_STEP_SUMMARY instead of comments, this is safe and easy to do.
If comments are needed, it's possible to use some other techniques (historically, I'd use
on: pull_request_target
, but that requires being very careful with use ofactions/checkout
and two distinct job phases one that checks out the code under test and one that checks out the trusted code for reporting and has more permissions).Details (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: