From 33f65120ed3c0bb7eea16e116a5e6a4e0f20542e Mon Sep 17 00:00:00 2001 From: mklee Date: Thu, 18 Dec 2025 04:39:17 +0000 Subject: [PATCH] update gke yaml typo --- .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 02ba7580d..ce778a069 100644 --- a/.github/workflows/ci-petclinic-gke.yaml +++ b/.github/workflows/ci-petclinic-gke.yaml @@ -70,7 +70,7 @@ jobs: uses: google-github-actions/auth@v2 with: workload_identity_provider: ${{ secrets.GCP_WIF_PROVIDER }} - service_account: ${{ secrets.GCP_SA_EMAILT }} + service_account: ${{ secrets.GCP_SA_EMAIL }} - name: Set up gcloud uses: google-github-actions/setup-gcloud@v2