From 3f8ce2d25c28d25f605f06c697846f11782858ea Mon Sep 17 00:00:00 2001 From: Dean Sheather Date: Fri, 7 Mar 2025 18:04:50 +1100 Subject: [PATCH] chore: use different GCP SA secrets in release workflow --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 99ed8c1..4be431b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -61,8 +61,8 @@ jobs: id: gcloud_auth uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8 with: - workload_identity_provider: ${{ secrets.GCP_CODE_SIGNING_WORKLOAD_ID_PROVIDER }} - service_account: ${{ secrets.GCP_CODE_SIGNING_SERVICE_ACCOUNT }} + workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }} + service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} token_format: "access_token" - name: Install wix