Skip to content

Commit

Permalink
Merge pull request #5973 from shaneknapp/add-gke-auth-plugin
Browse files Browse the repository at this point in the history
[DH-301] add gke auth plugin
  • Loading branch information
shaneknapp authored Aug 19, 2024
2 parents d238071 + 789432b commit 3c70648
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
- name: Install Google Cloud SDK
if: ${{ env.DEPLOY }}
uses: google-github-actions/setup-gcloud@v2
with:
install_components: 'gke-gcloud-auth-plugin'

- name: Install SOPS
if: ${{ env.DEPLOY }}
Expand Down

0 comments on commit 3c70648

Please sign in to comment.