From f2654085ad44c473cf7c0575ddf43ba2694f8c75 Mon Sep 17 00:00:00 2001 From: bigboateng Date: Sun, 26 Jul 2026 18:38:15 +0100 Subject: [PATCH] ci: add all-GCP Artifact Registry release workflow --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eee8a2..ed6b385 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,6 +48,10 @@ jobs: with: version: "~> v2" args: release --clean + env: + # goreleaser's changelog (use: github) calls the compare API even when the GitHub + # release is disabled; without a token it 401s. contents:read is enough. + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: attest build provenance uses: actions/attest-build-provenance@v2