fix cluster var

This commit is contained in:
Bharath KKB
2020-12-14 18:59:18 -06:00
committed by GitHub
parent c5e7bc70b5
commit ab930e94bf
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
# Get the GKE credentials so we can deploy to the cluster
- uses: google-github-actions/[email protected]
with:
cluster_name: ${{ secrets.GKE_PROJECT }}
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}