Skip to content

Commit

Permalink
maybe that will help
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Nov 9, 2023
1 parent 38fff23 commit 0e2f159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
service_account_key: ${{ secrets.GKE_PROTOCOL_US_CENTRAL }}
project_id: ${{ secrets.GKE_PROTOCOL_PROJECT }}

# Configure Docker to use the gcloud command-line tool as a credential
# helper for authentication
- run: |-
gcloud --quiet auth configure-docker
- uses: google-github-actions/get-gke-credentials@v1
with:
cluster_name: ${{ env.GKE_CLUSTER }}
Expand Down

0 comments on commit 0e2f159

Please sign in to comment.