From 34b52b9297eb6f4b2ca1d026a9788512d296ae0c Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 22 Sep 2021 08:58:15 -0400 Subject: [PATCH] list after login --- .github/workflows/deploy.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 4e00523..2d51285 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -35,9 +35,10 @@ jobs: workload_identity_provider: 'projects/7577580991/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider' service_account: 'gha-deployer@kontaindotme.iam.gserviceaccount.com' create_credentials_file: true - - run: | + - name: Setup Auth + run: | + gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}" gcloud auth list gcloud config list - gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}" - run: ./deploy.sh