Skip to content

Commit

Permalink
Fixing 'add-content-to-project' workflow (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan De Marino committed Jun 14, 2022
1 parent 01a1aae commit 7d96f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add-content-to-project.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 7d96f8f

Please sign in to comment.