Skip to content

Commit 4d682e1

Browse files
authored
Use Github token for PR created for release (#215)
1 parent 5543b9f commit 4d682e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ jobs:
9494
Update kitctl to ${{ env.RELEASE_VERSION }}
9595
Created by Github actions during Release CLI action
9696
env:
97-
COMMITTER_TOKEN: ${{ secrets.UPLOAD_GITHUB_TOKEN }}
97+
COMMITTER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)