Skip to content

Commit

Permalink
updated fields in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Jun 23, 2023
1 parent 6488b25 commit c7c3d18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/action-issue-opened.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
uses: malmstein/github-asana-action@0.6.0
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ secrets.GH_ASANA_ISSUES_PROJECT_ID }}
asana-custom-field: ${{ secrets.GH_ASANA_ISSUES_CUSTOM_FIELD_ID }}
asana-project: '414730916066338'
action: 'create-asana-issue-task'
add-comment:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/action-pr-opened.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
uses: malmstein/github-asana-action@0.6.0
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-project: ${{ secrets.GH_ASANA_ISSUES_PROJECT_ID }}
trigger-phrase: "Task/Issue URL:"
action: 'add-asana-comment'

- name: Add Asana task to Internal Project / Incoming
uses: malmstein/github-asana-action@0.6.0
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
trigger-phrase: "Task/Issue URL:"
asana-project: '414730916066338'
asana-section: '1138897782858216'
action: 'add-task-asana-project'
Expand All @@ -45,6 +45,7 @@ jobs:
uses: malmstein/github-asana-action@0.6.0
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
trigger-phrase: "Task/Issue URL:"
asana-project: '488551667048375'
asana-section: '488604899706669'
action: 'add-task-asana-project'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/action-pr-reviewed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ jobs:
uses: malmstein/github-asana-action@0.6.0
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
trigger-phrase: "Task/Issue URL:"
action: 'notify-pr-reviewed'

0 comments on commit c7c3d18

Please sign in to comment.