Skip to content

Commit

Permalink
Fix gke credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Nov 10, 2024
1 parent f793149 commit 76f8ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-releaser-testkube-main-chart-only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
- id: get-credentials
uses: google-github-actions/get-gke-credentials@v2
with:
cluster_name: ${{ env.GKE_CLUSTER_NAME }}
cluster_name: ${{ env.GKE_CLUSTER_NAME_DEV }}
location: ${{ env.GKE_ZONE }}

- name: Install Helm
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
- id: get-credentials
uses: google-github-actions/get-gke-credentials@v2
with:
cluster_name: ${{ env.GKE_CLUSTER_NAME }}
cluster_name: ${{ env.GKE_CLUSTER_NAME_DEV }}
location: ${{ env.GKE_ZONE }}

- name: Install testkube kubectl plugin
Expand Down

0 comments on commit 76f8ce2

Please sign in to comment.