mirror of
https://github.com/containers/podman.git
synced 2026-02-05 06:45:31 +01:00
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>
This commit is contained in:
@@ -3,7 +3,7 @@ name: Generate Contributor Certificate Preview
|
||||
# This action triggers automatically when a pull request is closed,
|
||||
# or can be run manually from the Actions tab.
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
types: [closed]
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user