From 39263b4e996586382c7ec510b844a69658f97e62 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 18 Nov 2024 13:31:07 +0100 Subject: [PATCH] ci: configure gh cli for the major update release step --- .github/workflows/release-step-3.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-step-3.yml b/.github/workflows/release-step-3.yml index b525aaec3a..ffaa014ad1 100644 --- a/.github/workflows/release-step-3.yml +++ b/.github/workflows/release-step-3.yml @@ -240,6 +240,8 @@ jobs: - name: Update major branch if: ${{ ! inputs.dry_run }} run: .ci/release/update-major-branch.sh ${{ env.RELEASE_VERSION }} + env: + GH_TOKEN: ${{ steps.get_token.outputs.token }} create-github-release: name: "Create GitHub Release"