From 8c509d7044e12ddfaa55aa1b31011e697028f2d5 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Thu, 19 Jan 2023 14:58:13 +0000 Subject: [PATCH] parameterize s3 --- .github/workflows/cloud-runner-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-pipeline.yml b/.github/workflows/cloud-runner-pipeline.yml index d4291362..dc5285d4 100644 --- a/.github/workflows/cloud-runner-pipeline.yml +++ b/.github/workflows/cloud-runner-pipeline.yml @@ -52,7 +52,7 @@ jobs: - uses: google-github-actions/auth@v1 with: credentials_json: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }} - - run: apt-get install google-cloud-sdk-gke-gcloud-auth-plugin + - run: gcloud components install gke-gcloud-auth-plugin - name: Get GKE cluster credentials run: gcloud container clusters get-credentials $GKE_CLUSTER --zone $GKE_ZONE --project $GKE_PROJECT - name: Configure AWS Credentials