update gke yaml typo

This commit is contained in:
mklee 2025-12-18 04:39:17 +00:00
parent 52f699face
commit 33f65120ed

View file

@ -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