From ab8cf9f4cc5656bedc7eaf4a331de11bb39b5beb Mon Sep 17 00:00:00 2001 From: Ranjandas Date: Fri, 28 Jun 2024 14:41:49 +1000 Subject: [PATCH] Changes the token for GH Actions --- .github/workflows/goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yaml b/.github/workflows/goreleaser.yaml index 565a227..1c6e88f 100644 --- a/.github/workflows/goreleaser.yaml +++ b/.github/workflows/goreleaser.yaml @@ -30,6 +30,6 @@ jobs: version: '~> v1' args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }} # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} \ No newline at end of file