Skip to content

Commit b8258a5

Browse files
committed
Update github action to use pull_request_target
pull_request doesn't have access to the secret, pull_request_target does have access to the secrets Signed-off-by: Mohan Boddu <mboddu@redhat.com>
1 parent 2e15251 commit b8258a5

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)