From 441afb89a98cbe3f0c309fedc3bf4cc20eea84a9 Mon Sep 17 00:00:00 2001 From: Xuejie Xiao Date: Mon, 3 Jun 2024 06:33:29 +0000 Subject: [PATCH] chore: Use specific token for releasing --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 9a2c200..2d063b6 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -26,4 +26,4 @@ jobs: version: latest args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GORELEASE_TOKEN }}