diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 84314e1..0e7041a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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