From 1bc1336268e8548b62162f0ac7045ba2f7c0d633 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:00:52 +1000 Subject: [PATCH] add permissions to gcp auth --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04129868..a06d73fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -205,6 +205,9 @@ jobs: runs-on: ubuntu-latest if: github.ref_type == 'tag' || github.event_name == 'workflow_dispatch' needs: build-docker-dist-tests + permissions: + id-token: write + contents: read env: TF_VAR_project: ${{ secrets.RELEASE_TESTS_GCP_PROJECT }} TF_VAR_region: europe-west4