From 0f1154d34d010a3ad3e9197c7729bf0dcf8aa1b3 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Wed, 26 Oct 2022 20:22:21 +0200 Subject: [PATCH] fix gcloud auth --- .github/workflows/recreate-runners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/recreate-runners.yml b/.github/workflows/recreate-runners.yml index 713c6f17..6ab02f6d 100644 --- a/.github/workflows/recreate-runners.yml +++ b/.github/workflows/recreate-runners.yml @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: 'Configure: install gcloud cli' if: ${{ env.RUNNER_TYPE == 'gke' }} - uses: ./.github/actions/auth-gcloud + uses: ./.github/actions/install-gcloud - name: 'Action: gcloud auth' if: ${{ env.RUNNER_TYPE == 'gke' }} id: auth_gcloud