Skip to content

Commit

Permalink
fix(ci): fix gcloud error on execution plan (#2040)
Browse files Browse the repository at this point in the history
Ref: SRX-TI3JNJ
  • Loading branch information
AminSlk authored Oct 14, 2024
1 parent bb36df1 commit 019d08c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/execution-plan-snippet-earthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 019d08c

Please sign in to comment.