Skip to content

Commit 2bac6f5

Browse files
committed
Use default GITHUB_TOKEN for release creation instead of GH_PAT
1 parent 4b62c0f commit 2bac6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-stark-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ jobs:
121121
files: artifacts/**/*
122122
generate_release_notes: true
123123
env:
124-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
124+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)