Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
removes credential file and uses version 1 instead of 0 for deploy
  • Loading branch information
melippmann authored Nov 14, 2023
1 parent 3de2cbd commit a74a95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
create_credentials_file: true
# create_credentials_file: true
workload_identity_provider: '//iam.googleapis.com/projects/492409410562/locations/global/workloadIdentityPools/liatrio-pool/providers/liatrio-deploy-action'
service_account: '[email protected]'
- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v1
with:
service: liatrio-interview-exercise
region: us-west1
Expand Down

0 comments on commit a74a95c

Please sign in to comment.