Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ronykris committed Sep 1, 2024
1 parent e230b83 commit 0fcded5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
uses: "google-github-actions/auth@v0"
with:
token_format: 'access_token'
workload_identity_provider: '${{ var.WIF_PROVIDER }}'
service_account: '${{ var.WIF_SERVICE_ACCOUNT }}'
workload_identity_provider: '${{ vars.WIF_PROVIDER }}'
service_account: '${{ vars.WIF_SERVICE_ACCOUNT }}'
- name: Push to GCloud
id: deploy
#uses: google-github-actions/deploy-cloudrun@v0
Expand Down

0 comments on commit 0fcded5

Please sign in to comment.