From 5ec4ec8aa1322fc03177745eb8ca7c6cdec5f0db Mon Sep 17 00:00:00 2001 From: XinRan Zhang Date: Thu, 25 Apr 2024 18:32:24 +0000 Subject: [PATCH] POLISH --- .github/workflows/post_release_version_bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post_release_version_bump.yml b/.github/workflows/post_release_version_bump.yml index 663c7c7..9826eea 100644 --- a/.github/workflows/post_release_version_bump.yml +++ b/.github/workflows/post_release_version_bump.yml @@ -107,7 +107,7 @@ jobs: - name: Create Pull Request to main env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ env.BOT_TOKEN_GITHUB_RW_PATOKEN }} run: | DEV_VERSION="${{ github.event.inputs.version }}.dev0" gh pr create --title "Post release $VERSION: Update version to $DEV_VERSION" \