Skip to content

Commit 628f6b5

Browse files
committed
fix: invalid token
1 parent 8794d22 commit 628f6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/create-binaries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: wangyoucao577/go-release-action@v1.18
2424
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.GH_TOKEN }}
2626
goos: ${{ matrix.goos }}
2727
goarch: ${{ matrix.goarch }}
2828
ldflags: "-w -s"

0 commit comments

Comments
 (0)