Skip to content

Commit 4cd184a

Browse files
authored
update: sync-release-version.yml (#2471)
1 parent 5cbf220 commit 4cd184a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-release-version.yml

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

0 commit comments

Comments
 (0)