Skip to content

Commit

Permalink
Fix ASANA_ACCESS_TOKEN secret
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 035f511 commit 169a041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
id: get-build-variants
uses: ./.github/actions/asana-get-build-variants-list
with:
access-token: ${{ env.ASANA_ACCESS_TOKEN }}
access-token: ${{ secrets.ASANA_ACCESS_TOKEN }}
atb-asana-task-id: ${{ vars.DMG_VARIANTS_LIST_TASK_ID }}
origin-asana-section-id: ${{ vars.DMG_VARIANTS_ORIGIN_SECTION_ID }}
atb-variants: ${{ github.event.inputs.atb-variants }} #Only used when running the workflow manually.
Expand Down

0 comments on commit 169a041

Please sign in to comment.