Skip to content

Commit

Permalink
Specify GHA_ELEVATED_PERMISSIONS_TOKEN in tag_and_merge workflow calls
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Feb 1, 2024
1 parent f0624ec commit 0cd3d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,5 @@ jobs:
asana-task-url: ${{ needs.create_release_branch.outputs.asana_task_url }}
branch: ${{ needs.create_release_branch.outputs.release_branch_name }}
secrets:
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }}
GHA_ELEVATED_PERMISSIONS_TOKEN: ${{ secrets.GHA_ELEVATED_PERMISSIONS_TOKEN }}

0 comments on commit 0cd3d00

Please sign in to comment.