Skip to content

Commit

Permalink
Merge pull request #1816 from reviewdog/fix-doghouse-deploy
Browse files Browse the repository at this point in the history
Fix deploy doghouse code
  • Loading branch information
haya14busa authored Jul 2, 2024
2 parents cac6f5b + 2654cb9 commit 1798a29
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-doghouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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
Expand Down

0 comments on commit 1798a29

Please sign in to comment.