diff --git a/.github/workflows/bump_version.yaml b/.github/workflows/bump_version.yaml index d48dc7f..b2153d0 100644 --- a/.github/workflows/bump_version.yaml +++ b/.github/workflows/bump_version.yaml @@ -45,7 +45,7 @@ jobs: uses: peter-evans/create-pull-request@v6 id: cpr with: - token: ${{ secrets.github_token }} + token: ${{ secrets.ORG_BOT_TOKEN }} commit-message: "Bump version from ${{ steps.get-before-version.outputs.before-version }} to ${{ steps.get-outputs.outputs.version }}" title: "Bump version from ${{ steps.get-before-version.outputs.before-version }} to ${{ steps.get-outputs.outputs.version }}" branch: "bump-version-${{ steps.get-outputs.outputs.version }}"