We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950bd85 commit 3a2dab2Copy full SHA for 3a2dab2
.github/workflows/deploy-staging-network.yml
@@ -95,6 +95,11 @@ jobs:
95
run: |
96
gcloud auth activate-service-account --key-file="$GOOGLE_APPLICATION_CREDENTIALS"
97
98
+ - name: Setup gcloud and install GKE auth plugin
99
+ uses: google-github-actions/setup-gcloud@v2
100
+ with:
101
+ install_components: 'gke-gcloud-auth-plugin'
102
+
103
- name: Setup Terraform
104
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1
105
with:
0 commit comments