Skip to content

Commit 69ac7ca

Browse files
Set GH_TOKEN to use gh cli in workflow
1 parent cd00b00 commit 69ac7ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
env:
6565
GOARCH: ${{ matrix.arch }}
6666
GOOS: ${{ matrix.os }}
67+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6768

6869
- name: Prepare Build Artifacts (!windows)
6970
working-directory: ./${{ env.DIST_DIR }}

0 commit comments

Comments
 (0)