From e787014103b4b5496a3018bb9a881bff7a0a9fc8 Mon Sep 17 00:00:00 2001 From: Josh Furie Date: Fri, 19 Jul 2024 21:50:32 -0700 Subject: [PATCH] fix(credentials): test credentials --- .github/workflows/develop.deploy-functions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/develop.deploy-functions.yml b/.github/workflows/develop.deploy-functions.yml index 5a1c3c5d0..b93343551 100644 --- a/.github/workflows/develop.deploy-functions.yml +++ b/.github/workflows/develop.deploy-functions.yml @@ -31,8 +31,7 @@ jobs: uses: google-github-actions/auth@v2 with: project_id: ${{ vars.PROJECT_ID }} - service_account: ${{ vars.WORKLOAD_SERVICE_ACCOUNT }} - workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_PROVIDER }} + credentials_json: ${{secrets.CREDENTIALS_JSON}} # https://github.com/marketplace/actions/deploy-to-cloud-run - name: Build and Deploy to Google CloudRun