Fixing 'add-content-to-project' workflow (#57)

This commit is contained in:
Ivan De Marino 2022-06-14 18:16:25 +01:00 committed by GitHub
parent bf0463352d
commit 8b933d2b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"