We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac2ab0 commit 9979d94Copy full SHA for 9979d94
.github/workflows/release-transition.yaml
@@ -51,7 +51,7 @@ jobs:
51
uses: peter-evans/create-pull-request@v7
52
with:
53
# use token so that the created PR will trigger other actions, default GITHUB_TOKEN does not do this
54
- token: ${{ secrets.RELEASE_PAT }}
+ token: ${{ secrets.RELEASE_TOKEN }}
55
commit-message: "Update to ${{ github.event.inputs.newVersion }}"
56
branch: "release-transition-${{ github.event.inputs.branch }}-${{ github.event.inputs.newVersion }}"
57
signoff: true
0 commit comments