Skip to content

Commit 0c73eb4

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildbot): for the "Create Pending Statuses" GitHub Actions workflow, use the pull_request_target event instead of the pull_request event (#41814)
(cherry picked from commit d62e206)
1 parent 0caef67 commit 0c73eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/statuses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
# When using the `pull_request_target` event, all PRs will get a `GITHUB_TOKEN` that has
2222
# write permissions, even if the PR is from a fork.
2323
# Therefore, for security reasons, we do not checkout any code in this workflow.
24-
pull_request:
24+
pull_request_target:
2525
branches:
2626
- 'master'
2727
- 'release-*'

0 commit comments

Comments
 (0)