From 7aecb6632828c5cbbda3ace88278ba61a036fa48 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 23 Oct 2024 20:33:40 -0400 Subject: [PATCH] run on pull request target to pick up environment vars and secrets on forks --- .github/workflows/pull-request-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 3ca27145..f977dfc1 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -1,7 +1,7 @@ name: "Pull request checks" on: - pull_request: + pull_request_target: types: [opened, reopened, synchronize] # only run this once per PR at a time