update gke yaml

This commit is contained in:
mklee 2025-12-18 03:17:31 +00:00
parent 33a5f4d457
commit ae22b6e616

View file

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