Skip to content

Commit 81aed53

Browse files
committed
⚗️ 更新README
1 parent 2dd3a29 commit 81aed53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAndPush-binary-to-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: rlespinasse/github-slug-action@v4
2121
- uses: wangyoucao577/go-release-action@v1
2222
with:
23-
github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
23+
github_token: ${{ secrets.ACCESS_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件
2424
goos: ${{ matrix.goos }}
2525
goarch: ${{ matrix.goarch }}
2626
retry: 10

0 commit comments

Comments
 (0)