Skip to content

Commit d09dd6e

Browse files
author
Ivan De Marino
authored
Fixing 'add-content-to-project' workflow (#148)
1 parent b17681d commit d09dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-content-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
3131
- name: "Set Pull Request to 'Priority = Triage Next'"
3232
uses: leonsteinhaeuser/[email protected]
33-
if: github.event_name == 'pull_request'
33+
if: github.event_name == 'pull_request_target'
3434
with:
3535
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
3636
organization: "hashicorp"

0 commit comments

Comments
 (0)