diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 2d0e2623..a0935434 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -112,7 +112,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 with: - token: ${{ secrets.RELEASE_PLEASE_TOKEN || secrets.BUMP_VERSION_TOKEN || github.token }} + token: ${{ secrets.BUMP_VERSION_TOKEN || github.token }} commit-message: "chore: bump version to v${{ steps.perform_bump.outputs.new_version }}" branch: "bump-version/v${{ steps.perform_bump.outputs.new_version }}" title: "chore: bump version to v${{ steps.perform_bump.outputs.new_version }}"