From 5ee5c1cbd880a850637cab341e72a270bd4415f1 Mon Sep 17 00:00:00 2001 From: Robert Herber Date: Wed, 13 Nov 2024 07:56:04 +0100 Subject: [PATCH] chore: use pull_request_target to ensure publish works --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 53bd93e..47c289d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -5,7 +5,7 @@ name: PR - Publish Preview # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the main branch on: - pull_request: + pull_request_target: workflow_dispatch: concurrency: