From c158771d5f4cb7c1f05823ad6a3ade01dfd8378c Mon Sep 17 00:00:00 2001 From: Matsu Date: Tue, 12 May 2026 13:48:35 +0300 Subject: [PATCH] ci: Allow removal of deprecated release candidate branches (#30058) --- .github/workflows/util-ensure-release-candidate-branches.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/util-ensure-release-candidate-branches.yml b/.github/workflows/util-ensure-release-candidate-branches.yml index 1650b335f5a..0be597b1e33 100644 --- a/.github/workflows/util-ensure-release-candidate-branches.yml +++ b/.github/workflows/util-ensure-release-candidate-branches.yml @@ -31,4 +31,6 @@ jobs: install-command: pnpm install --frozen-lockfile --dir ./.github/scripts --ignore-workspace - name: Ensure release-candidate branches + env: + GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} run: node ./.github/scripts/ensure-release-candidate-branches.mjs