From db1b88d06dcd2257360c68260d9391a35225f67a Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 12 Sep 2023 16:46:58 -0700 Subject: [PATCH] ci: use pull_request_target in add to project workflow --- .github/workflows/add-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index d2ddc59c53..ef21668bd0 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -4,7 +4,7 @@ on: issues: types: - opened - pull_request: + pull_request_target: types: - opened