From cf8b6788341276331238006d7300239194fdd8a8 Mon Sep 17 00:00:00 2001 From: nick gondek Date: Sun, 31 Dec 2023 02:04:16 +0000 Subject: [PATCH] remove audience entirely. very confusing as it doesnt even seem that the OIDC's audience needs to match that of the JWT provided by GA? --- .github/workflows/cloud_build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cloud_build.yml b/.github/workflows/cloud_build.yml index 8bf15cc6..51e70f86 100644 --- a/.github/workflows/cloud_build.yml +++ b/.github/workflows/cloud_build.yml @@ -12,6 +12,8 @@ jobs: contents: 'read' id-token: 'write' + steps: + - name: Checkout uses: 'actions/checkout@v4'