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: |