From 9e380c3a420eea208209626b61d34bd0f6c3e524 Mon Sep 17 00:00:00 2001 From: Chaithanya Balakavi Date: Fri, 15 May 2026 13:48:45 +0000 Subject: [PATCH] ci: fix the token --- .github/workflows/combine-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/combine-release.yml b/.github/workflows/combine-release.yml index 940ba1c..e10958a 100644 --- a/.github/workflows/combine-release.yml +++ b/.github/workflows/combine-release.yml @@ -70,6 +70,8 @@ jobs: echo "Resolved ${FIRST_TAG} -> ${COMMIT_SHA}" echo "commit_sha=${COMMIT_SHA}" >> "$GITHUB_OUTPUT" + env: + GH_TOKEN: ${{ secrets.RELEASE_PUSH_TOKEN != '' && secrets.RELEASE_PUSH_TOKEN || github.token }} - name: Upload combined release notes uses: actions/upload-artifact@v4