Skip to content

Commit 9a64074

Browse files
committed
fix: change token for release
1 parent be7da70 commit 9a64074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: wangyoucao577/go-release-action@v1.38
1919
with:
20-
github_token: ${{ secrets.GITHUB_TOKEN }}
20+
github_token: ${{ secrets.REPO_TOKEN }}
2121
goos: ${{ matrix.goos }}
2222
goarch: ${{ matrix.goarch }}
2323
goversion: ${{ env.GO_VERSION }}

0 commit comments

Comments
 (0)