From ae22b6e616333ca05cac3edb27a2e5ec00971428 Mon Sep 17 00:00:00 2001 From: mklee Date: Thu, 18 Dec 2025 03:17:31 +0000 Subject: [PATCH] update gke yaml --- .github/workflows/ci-petclinic-gke.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-petclinic-gke.yaml b/.github/workflows/ci-petclinic-gke.yaml index 36d92c24d..5038fdfdc 100644 --- a/.github/workflows/ci-petclinic-gke.yaml +++ b/.github/workflows/ci-petclinic-gke.yaml @@ -46,7 +46,7 @@ jobs: uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GCP_WIF_PROVIDER }} - service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} + service_account: ${{ secrets.GCP_SA_EMAIL }} - name: Set up gcloud if: github.event_name != 'pull_request'