diff --git a/ci/google.yml b/ci/google.yml index 0a53cfd..cc3cffb 100644 --- a/ci/google.yml +++ b/ci/google.yml @@ -46,7 +46,7 @@ jobs: # Get the GKE credentials so we can deploy to the cluster - uses: google-github-actions/get-gke-credentials@v0.2.1 with: - cluster_name: ${{ secrets.GKE_PROJECT }} + cluster_name: ${{ env.GKE_CLUSTER }} location: ${{ env.GKE_ZONE }} credentials: ${{ secrets.GKE_SA_KEY }}