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 KristofferC committed Aug 31, 2021
1 parent 0caef67 commit 0c73eb4
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 0c73eb4

Please sign in to comment.