From b9596f9f3628281e354db272597f31eec43c51d6 Mon Sep 17 00:00:00 2001 From: nleiva Date: Fri, 29 Apr 2022 00:57:30 -0400 Subject: [PATCH] Try GH PAT --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bdf59bc..d079594 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: # These secrets will need to be configured for the repository: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }} - + - name: Run GoReleaser uses: goreleaser/goreleaser-action@v2.9.1 @@ -46,5 +46,4 @@ jobs: args: release --rm-dist env: GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }} - # GitHub sets this automatically - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GH_PAT }}