From 81aed53a013bf7a7d80ef971af925f446541952c Mon Sep 17 00:00:00 2001 From: eryajf Date: Sun, 1 Sep 2024 00:41:39 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=97=EF=B8=8F=20=E6=9B=B4=E6=96=B0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildAndPush-binary-to-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/buildAndPush-binary-to-release.yml b/.github/workflows/buildAndPush-binary-to-release.yml index 21d4a0c..2012640 100644 --- a/.github/workflows/buildAndPush-binary-to-release.yml +++ b/.github/workflows/buildAndPush-binary-to-release.yml @@ -20,7 +20,7 @@ jobs: uses: rlespinasse/github-slug-action@v4 - uses: wangyoucao577/go-release-action@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件 + github_token: ${{ secrets.ACCESS_TOKEN }} # 一个默认的变量,用来实现往 Release 中添加文件 goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} retry: 10