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 2dd3a29 commit 81aed53Copy full SHA for 81aed53
.github/workflows/buildAndPush-binary-to-release.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: rlespinasse/github-slug-action@v4
21
- uses: wangyoucao577/go-release-action@v1
22
with:
23
- github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
+ github_token: ${{ secrets.ACCESS_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
24
goos: ${{ matrix.goos }}
25
goarch: ${{ matrix.goarch }}
26
retry: 10
0 commit comments