From 6e2b98dad3e0d8647834af40f2024ec05f3f24b9 Mon Sep 17 00:00:00 2001 From: Ivan De Marino Date: Tue, 14 Jun 2022 23:16:58 +0100 Subject: [PATCH] Fixing 'add-content-to-project' workflow (#982) --- .github/workflows/add-content-to-project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-content-to-project.yml b/.github/workflows/add-content-to-project.yml index f7e75133d0..02bca6e78d 100644 --- a/.github/workflows/add-content-to-project.yml +++ b/.github/workflows/add-content-to-project.yml @@ -30,7 +30,7 @@ jobs: custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]' - name: "Set Pull Request to 'Priority = Triage Next'" uses: leonsteinhaeuser/project-beta-automations@v1.2.1 - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request_target' with: gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }} organization: "hashicorp"