We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8794d22 commit 628f6b5Copy full SHA for 628f6b5
.github/workflows/create-binaries.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v2
23
- uses: wangyoucao577/[email protected]
24
with:
25
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_TOKEN }}
26
goos: ${{ matrix.goos }}
27
goarch: ${{ matrix.goarch }}
28
ldflags: "-w -s"
0 commit comments