chore: change pr workflow to pull_request_target

secrets should be available on PRs, see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
This commit is contained in:
Russell Dempsey 2022-09-28 14:34:46 -07:00 committed by GitHub
parent 8078b823b4
commit 552546c0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
name: Pull request workflow
on:
pull_request:
pull_request_target:
types: [ opened, synchronize, reopened ]
branches: [ master, main ]