From 3e503a7bb5974ace52a197e289690520d5168ff6 Mon Sep 17 00:00:00 2001 From: Jon Koops Date: Mon, 11 Apr 2022 18:48:28 +0200 Subject: [PATCH] Use pull_request_target to allow access to secrets (#2438) --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 1d4d16669a..a867b02bd8 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -2,7 +2,7 @@ name: Cypress on: push: branches: [main] - pull_request: + pull_request_target: branches: [main] jobs: setup: