From da03b028f517234653a1144accacc2eea8997e24 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 19 Jan 2023 16:48:47 +0000 Subject: [PATCH] parameterize s3 --- .github/workflows/cloud-runner-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index 253258b2..7fa4fd75 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -56,6 +56,8 @@ jobs: uses: 'google-github-actions/setup-gcloud@v1' - name: Get GKE cluster credentials run: | + export USE_GKE_GCLOUD_AUTH_PLUGIN=True + gcloud components install gke-gcloud-auth-plugin gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v1