Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
changing from credentials file to access token
  • Loading branch information
melippmann authored Nov 14, 2023
1 parent 835ab56 commit 25e88b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
create_credentials_file: true
# create_credentials_file: true
token_format: 'access_token'
workload_identity_provider: 'principal://iam.googleapis.com/projects/492409410562/locations/global/workloadIdentityPools/liatrio-pool/subject/SUBJECT_ATTRIBUTE_VALUE'
service_account: '[email protected]'
- name: Deploy to Cloud Run
Expand Down

0 comments on commit 25e88b2

Please sign in to comment.