Skip to content

Commit 9979d94

Browse files
committed
Use pre-existing organization RELEASE_TOKEN secret
Signed-off-by: Robert Young <[email protected]>
1 parent 3ac2ab0 commit 9979d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-transition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: peter-evans/create-pull-request@v7
5252
with:
5353
# use token so that the created PR will trigger other actions, default GITHUB_TOKEN does not do this
54-
token: ${{ secrets.RELEASE_PAT }}
54+
token: ${{ secrets.RELEASE_TOKEN }}
5555
commit-message: "Update to ${{ github.event.inputs.newVersion }}"
5656
branch: "release-transition-${{ github.event.inputs.branch }}-${{ github.event.inputs.newVersion }}"
5757
signoff: true

0 commit comments

Comments
 (0)