From 2654cb95fa65c989ad2464279cded6dbe0f0dd70 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Tue, 2 Jul 2024 22:53:54 +0900 Subject: [PATCH] Fix deploy doghouse code --- .github/workflows/deploy-doghouse.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-doghouse.yml b/.github/workflows/deploy-doghouse.yml index 540fd2b9..13088233 100644 --- a/.github/workflows/deploy-doghouse.yml +++ b/.github/workflows/deploy-doghouse.yml @@ -30,11 +30,13 @@ jobs: working-directory: ./doghouse/appengine/ steps: - uses: actions/checkout@v4 + - id: auth + uses: google-github-actions/auth@v2 + with: + credentials_json: ${{ secrets.GCP_SA_KEY }} - uses: google-github-actions/setup-gcloud@v2.1.0 with: project_id: review-dog - service_account_key: ${{ secrets.GCP_SA_KEY }} - export_default_credentials: true - name: Decrypt keys env: GAE_KEYRING_NAME: reviewdog-doghouse-deploy