From 591f145713abafdb2a1eecd882d27513febf7d08 Mon Sep 17 00:00:00 2001 From: Xiwen Cheng Date: Sun, 8 Sep 2024 21:59:04 +0200 Subject: [PATCH] Use PAT --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a55d300..51d3d8f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: run: go test -v -p=1 -timeout=0 ./... - uses: wangyoucao577/go-release-action@v1 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.PAT }} goos: ${{ matrix.goos }} goarch: ${{ matrix.goarch }} project_path: "./cmd/mxlint"