Skip to content

Commit

Permalink
Use the right asana secret variable
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme committed Dec 8, 2023
1 parent c615db5 commit 83a07a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Add Asana task to Project
uses: duckduckgo/[email protected]
with:
asana-pat: ${{ secrets.GH_ASANA_SECRET }}
asana-pat: ${{ secrets.ASANA_ACCESS_TOKEN }}
trigger-phrase: 'Task/Issue URL:'
asana-project: '414235014887631'
asana-section: '414413334607374'
Expand Down

0 comments on commit 83a07a6

Please sign in to comment.