Skip to content

Commit

Permalink
cd: remove get-gke-credentials action
Browse files Browse the repository at this point in the history
  • Loading branch information
tyknkd committed May 19, 2024
1 parent 4548f9c commit fea8fe7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jobs:
project_id: ${{ secrets.GKE_PROJECT_ID }}
install_components: kubectl, gke-gcloud-auth-plugin

- name: Set up GKE credentials
uses: google-github-actions/get-gke-credentials@v0
with:
cluster_name: ${{ env.GKE_CLUSTER }}
location: ${{ env.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}
# - name: Set up GKE credentials
# uses: google-github-actions/get-gke-credentials@v2
# with:
# cluster_name: ${{ env.GKE_CLUSTER }}
# location: ${{ env.GKE_ZONE }}
# credentials: ${{ secrets.GKE_SA_KEY }}

- name: Update Kubernetes secrets
run: |
Expand Down

0 comments on commit fea8fe7

Please sign in to comment.