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 9abf781 commit d5a1436Copy full SHA for d5a1436
.github/workflows/deploy-staging.yml
@@ -48,9 +48,9 @@ jobs:
48
# Get the GKE credentials so we can deploy to the cluster
49
- uses: google-github-actions/get-gke-credentials@v0.2.1
50
with:
51
- cluster_name: ${{ env.GKE_CLUSTER }}
52
- location: ${{ env.GKE_ZONE }}
53
- credentials: ${{ secrets.GKE_SA_KEY }}
+ cluster_name: ${{ env.GKE_CLUSTER }}
+ location: ${{ env.GKE_ZONE }}
+ credentials: ${{ secrets.GKE_SA_KEY }}
54
55
# Set up kustomize
56
- name: Set up Kustomize
0 commit comments