From 3b1152ade0abf8630dfddca63e3e4b4693df1dbb Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Fri, 10 Nov 2023 22:54:59 +0100 Subject: [PATCH] another atempt to fix the build --- .github/workflows/release-binaries.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yaml b/.github/workflows/release-binaries.yaml index 4ef7bd1..298fd55 100644 --- a/.github/workflows/release-binaries.yaml +++ b/.github/workflows/release-binaries.yaml @@ -36,5 +36,5 @@ jobs: version: latest args: release --clean env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.PAT_GORELEASER }} # GORELEASER_GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }} \ No newline at end of file