update: sync-release-version.yml (#2471)

This commit is contained in:
Tonye Jack
2025-03-15 21:36:55 -06:00
committed by GitHub
parent 5cbf22026d
commit 4cd184a1dd

View File

@@ -45,4 +45,4 @@ jobs:
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
body: "View [CHANGES](https://github.com/${{ github.repository }}/compare/${{ steps.sync-release-version.outputs.old_version }}...${{ steps.sync-release-version.outputs.new_version }})"
token: ${{ secrets.PAT_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}