From 4e5fbf1b0c1883f5b2a991d45bd3d05d8a94ce99 Mon Sep 17 00:00:00 2001 From: Jay Cammarano <67079013+jaycammarano@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:04:53 -0400 Subject: [PATCH] Use `pull_request_target` instead of `pull_request` for auto-project-assign (#13648) * Changes the token to fallback to github.token * pull_request_target * Update .github/workflows/add-to-project.yml Co-authored-by: Pascal Jufer Co-authored-by: Pascal Jufer --- .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 9595f70ab2..72ae9771cd 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