Open
Description
I have noticed that for PR: #467
https://github.com/PatrickSpies/stakater-reloader/blob/feat/chart-netpol/.github/workflows/pull_request.yaml#L4
actually changed pull_request
to pull_request_target
https://github.com/stakater/Reloader/blob/master/.github/workflows/pull_request.yaml#L4
which allows fork PR be able to use base repo's secrets.
Is this a common practice? Otherwise the secret values are invisible to the fork PR.
Thanks
-cl
Activity