From d1133bd056a5aba3d05ec574ac93ca04d1fb80ec Mon Sep 17 00:00:00 2001 From: gabrie30 Date: Sat, 31 Dec 2022 13:06:15 -0800 Subject: [PATCH] Update goreleaser.yml --- .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 7364e47..274d007 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -31,5 +31,5 @@ jobs: version: latest args: release --rm-dist env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GHORG_GITHUB_TOKEN }}