diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a92a822..f784d30 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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: 'deploy-service@phonic-heaven-404203.iam.gserviceaccount.com' - 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