Skip to content

Commit

Permalink
fix: use correct secret for attachment job (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
bklebe authored May 2, 2023
1 parent 769b4bf commit 1a9faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/asana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
uses: Asana/[email protected]
id: postAttachment
with:
asana-secret: ${{ secrets.asana-github-secret }}
asana-secret: ${{ secrets.github-secret }}
- name: Log output status
run: echo "Status is ${{ steps.postAttachment.outputs.status }}"

0 comments on commit 1a9faa1

Please sign in to comment.