Skip to content

Commit 9e9e2f9

Browse files
authored
update: sync-release-version.yml (#2306)
1 parent 90f250a commit 9e9e2f9

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
name: Update release version.
1+
name: Update release version
2+
3+
permissions:
4+
contents: write
5+
pull-requests: write
6+
27
on:
38
release:
49
types: [published]
@@ -28,8 +33,9 @@ jobs:
2833
with:
2934
base: "main"
3035
labels: "merge when passing"
36+
sign-commits: true
3137
title: "Upgraded to ${{ steps.sync-release-version.outputs.new_version }}"
3238
branch: "upgrade-to-${{ steps.sync-release-version.outputs.new_version }}"
3339
commit-message: "Upgraded from ${{ steps.sync-release-version.outputs.old_version }} -> ${{ steps.sync-release-version.outputs.new_version }}"
3440
body: "View [CHANGES](https://github.com/${{ github.repository }}/compare/${{ steps.sync-release-version.outputs.old_version }}...${{ steps.sync-release-version.outputs.new_version }})"
35-
token: ${{ secrets.PAT_TOKEN }}
41+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)