Skip to content

Commit c4cab00

Browse files
refactor(ci): update token for scripts
1 parent 5e7921a commit c4cab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
id: create_release
3333
uses: actions/create-release@v1
3434
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
GITHUB_TOKEN: ${{ secrets.RECUR }}
3636
with:
3737
tag_name: ${{ github.ref }}
3838
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)