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