Skip to content

Commit c6a95f0

Browse files
committed
Fix release workflow
1 parent 435d654 commit c6a95f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
with:
5353
name: zStdTool${{ matrix.config.ext }}
5454
path: ${{ matrix.config.name }}/${{ env.proj }}${{ matrix.config.ext }}
55-
repo-token: ~
55+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)