Skip to content

Commit

Permalink
🔧 Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Irori235 committed Nov 1, 2023
1 parent a341ad4 commit 73ffd74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: google-github-actions/auth@v1
with:
token_format: access_token
workload_identity_provider: "projects/irori-gcloud/locations/global/workloadIdentityPools/${{ secrets.GOOGLE_WID_POOL_ID }}/providers/${{ secrets.GOOGLE_WID_PROVIDER_ID }}"
workload_identity_provider: "projects/${{ secrets.GOOGLE_PROJECT_ID }}/locations/global/workloadIdentityPools/${{ secrets.GOOGLE_WID_POOL_ID }}/providers/${{ secrets.GOOGLE_WID_PROVIDER_ID }}"
service_account: ${{ secrets.GOOGLE_SA_EMAIL }}
access_token_expiration: 300
access_token_lifetime: 300
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GCR
Expand Down

1 comment on commit 73ffd74

@vercel
Copy link

@vercel vercel bot commented on 73ffd74 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.