fix cluster var
This commit is contained in:
+1
-1
@@ -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 }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user