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