Skip to content

Commit 9ac8845

Browse files
Merge pull request #27077 from mohanboddu/first_contrib_cert_update_action
Update github action to use pull_request_target
2 parents 3381205 + b8258a5 commit 9ac8845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/first_contrib_cert_generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Generate Contributor Certificate Preview
33
# This action triggers automatically when a pull request is closed,
44
# or can be run manually from the Actions tab.
55
on:
6-
pull_request:
6+
pull_request_target:
77
types: [closed]
88
branches:
99
- main

0 commit comments

Comments
 (0)