commit | 6eea32a3179828b49cf4732bce26122c09a2d4bf | [log] [tgz] |
---|---|---|
author | Gabriel Peal <gpeal@users.noreply.github.com> | Sat Dec 31 14:39:32 2022 -0800 |
committer | GitHub <noreply@github.com> | Sat Dec 31 14:39:32 2022 -0800 |
tree | d3b9447692038248ddce0f9422ce6fe537462e32 | |
parent | 2ca5196e77e0a42136d11a416d69b3fe201b193b [diff] |
Change PR workflow to pull_request_target This should allow secrets to be used in PRs
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index aef7147..e93e9cd 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml
@@ -1,7 +1,7 @@ name: Validate on: - pull_request: + pull_request_target: push: branches: - master