From fea8fe7f3e118f451ba108e6d153e28b764495ce Mon Sep 17 00:00:00 2001 From: tyknkd <78797823+tyknkd@users.noreply.github.com> Date: Sun, 19 May 2024 13:03:51 +0900 Subject: [PATCH] cd: remove get-gke-credentials action --- .github/workflows/ci-cd.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 8abdd8c..ad1ebe0 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -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: |