Skip to content

Commit

Permalink
CI (Buildbot): for the "Create Pending Statuses" GitHub Actions workf…
Browse files Browse the repository at this point in the history
…low, use the `pull_request_target` event instead of the `pull_request` event (#41814)

(cherry picked from commit d62e206)
  • Loading branch information
DilumAluthge authored and staticfloat committed Dec 22, 2022
1 parent ca06e60 commit 37e7618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/statuses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
# When using the `pull_request_target` event, all PRs will get a `GITHUB_TOKEN` that has
# write permissions, even if the PR is from a fork.
# Therefore, for security reasons, we do not checkout any code in this workflow.
pull_request:
pull_request_target:
branches:
- 'master'
- 'release-*'
Expand Down

0 comments on commit 37e7618

Please sign in to comment.