1
0
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:
Mohan Boddu
2025-09-15 17:11:08 -04:00
parent 2e15251436
commit b8258a53dd

View File

@@ -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