Skip to content

Commit 4acd1f1

Browse files
authored
ci: fix Gh token (#3547)
1 parent c71122b commit 4acd1f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-binary.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
workdir: ${{ env.working-directory }}
2929
version: 1.13.0
3030
args: release --rm-dist
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)