Skip to content

Commit

Permalink
Install gke-gcloud-auth-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jun 26, 2024
1 parent b2ab85a commit feaf4a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy_gcloud/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ runs:
shell: bash

- name: "Get cluster credentials"
run: |-
run: |
gcloud components install gke-gcloud-auth-plugin
gcloud container clusters get-credentials "aimmo-$MODULE_NAME" --zone "$GKE_ZONE"
env:
MODULE_NAME: ${{ inputs.module-name }}
Expand Down

0 comments on commit feaf4a8

Please sign in to comment.