From 3833256c8cf0e37fb61f045bbcf31bd38751f8d5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Sun, 2 Apr 2023 14:40:50 -0400 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 783c446b..f0efb060 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,8 @@ jobs: with: workload_identity_provider: projects/297925809119/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider service_account: github-actions-testing-for-gam@gam-project-wyo-lub-ivl.iam.gserviceaccount.com - access_token_scopes: "https://www.googleapis.com/auth/iam" + access_token_scopes: https://www.googleapis.com/auth/iam + token_format: access_token - name: Cache multiple paths if: matrix.goal == 'build'