From 0cd3d00944b8c330eeead3879601b5aa16c43ba8 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Thu, 1 Feb 2024 07:37:34 +0100 Subject: [PATCH] Specify GHA_ELEVATED_PERMISSIONS_TOKEN in tag_and_merge workflow calls --- .github/workflows/code_freeze.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/code_freeze.yml b/.github/workflows/code_freeze.yml index b0da3b1737..5dd6829ca6 100644 --- a/.github/workflows/code_freeze.yml +++ b/.github/workflows/code_freeze.yml @@ -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 }} \ No newline at end of file + ASANA_ACCESS_TOKEN: ${{ secrets.ASANA_ACCESS_TOKEN }} + GHA_ELEVATED_PERMISSIONS_TOKEN: ${{ secrets.GHA_ELEVATED_PERMISSIONS_TOKEN }} \ No newline at end of file