Fixing 'add-content-to-project' workflow (#57)
This commit is contained in:
parent
bf0463352d
commit
8b933d2b91
2
.github/workflows/add-content-to-project.yml
vendored
2
.github/workflows/add-content-to-project.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
|
custom_field_values: '[{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
|
||||||
- name: "Set Pull Request to 'Priority = Triage Next'"
|
- name: "Set Pull Request to 'Priority = Triage Next'"
|
||||||
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
|
uses: leonsteinhaeuser/project-beta-automations@v1.2.1
|
||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request_target'
|
||||||
with:
|
with:
|
||||||
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
|
gh_token: ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
|
||||||
organization: "hashicorp"
|
organization: "hashicorp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user