Skip to content

Commit

Permalink
fix: 🐛 Use Asana PAT token
Browse files Browse the repository at this point in the history
  • Loading branch information
pkanal committed Dec 6, 2023
1 parent fe8b441 commit 5411bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-issue-to-asana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Create Asana task
uses: honeycombio/[email protected]
with:
asana-secret: ${{ secrets.ASANA_SECRET }}
asana-secret: ${{ secrets.ASANA_PAT }}
asana-workspace-id: ${{ secrets.ASANA_WORKSPACE_ID }}
asana-project-id: ${{ secrets.ASANA_PROJECT_ID }}
asana-section-id: ${{ secrets.ASANA_SECTION_ID }}
Expand Down

0 comments on commit 5411bd6

Please sign in to comment.