From 8b3387fffdc6fbae457472cf203a62c5ffcdc7cc Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:15:43 -0400 Subject: [PATCH] Run on `pull_request_target` to pick up environment variables and secrets on forks (#750) --- .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