From 66a9214de6b137211cbb73a796c3ae0e43482d0e Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Sun, 2 Mar 2025 18:52:28 -0500 Subject: [PATCH] [CI] Use pr bot PAT (#685) --- .github/workflows/version-bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index 8b5331bc41..056b065d79 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -40,7 +40,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v7 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.PR_GH_TOKEN }} commit-message: '[release] Bump version to ${{ steps.bump-version.outputs.NEW_VERSION }}' title: '${{ steps.bump-version.outputs.NEW_VERSION }}' body: |