From 019d08c1195a2592e5a2ddcfe24acaffd99da299 Mon Sep 17 00:00:00 2001 From: Amin Salarkia Date: Mon, 14 Oct 2024 14:44:41 +0200 Subject: [PATCH] fix(ci): fix gcloud error on execution plan (#2040) Ref: SRX-TI3JNJ --- .github/workflows/execution-plan-snippet-earthly.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/execution-plan-snippet-earthly.yml b/.github/workflows/execution-plan-snippet-earthly.yml index edb2de73f..c9494cb81 100644 --- a/.github/workflows/execution-plan-snippet-earthly.yml +++ b/.github/workflows/execution-plan-snippet-earthly.yml @@ -20,6 +20,10 @@ jobs: name: "Authenticate to Google Cloud" with: credentials_json: ${{ secrets.FDC_CORE_CI_IMAGE_READER }} + - name: 'Set up Cloud SDK' + uses: 'google-github-actions/setup-gcloud@v2' + with: + version: '>= 363.0.0' - name: gcloud authorize run: | gcloud auth configure-docker