Skip to content

Commit

Permalink
more1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronshapiro committed Oct 13, 2024
1 parent c55ad19 commit fcd589a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:

- id: 'auth'
uses: 'google-github-actions/auth@v2'
env:
GCP_DEPLOY_SERVICE_ACCOUNT: ${{ secrets.GCP_DEPLOY_SERVICE_ACCOUNT }}
with:
project_id: 'talmud'
credentials_json: '${{ secrets.GCP_DEPLOY_SERVICE_ACCOUNT }}'

- id: 'verify-gcloud'
run: 'gcloud --version'

- id: 'verify-auth'
run: 'gcloud auth list'

Expand Down

0 comments on commit fcd589a

Please sign in to comment.