Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
gatsbyz committed Jan 17, 2024
1 parent 097d828 commit b43cada
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:

- name: Google Auth
id: auth
uses: google-github-actions/auth@v1
uses: google-github-actions/auth@v2
with:
token_format: "access_token"
project_id: "${{ env.PROJECT_ID }}"
workload_identity_provider: "${{ env.WIF_PROVIDER }}"
service_account: "${{ env.WIF_SERVICE_ACCOUNT }}"
# service_account: "${{ env.WIF_SERVICE_ACCOUNT }}"

- name: Docker Auth
id: docker-auth
Expand Down

0 comments on commit b43cada

Please sign in to comment.