From 020737d3d8a46addae50aeb905e5710da3c6ac20 Mon Sep 17 00:00:00 2001 From: Kevin DiMichel Date: Thu, 30 May 2024 17:19:12 -0700 Subject: [PATCH] chore: remove cat and add parameter `token_format: access_token` to auth action to set default scope to overcome error like in https://github.com/golang/oauth2/issues/537 --- .github/workflows/test-helm.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-helm.yml b/.github/workflows/test-helm.yml index 3c603a22..a8fb4fe1 100644 --- a/.github/workflows/test-helm.yml +++ b/.github/workflows/test-helm.yml @@ -41,7 +41,7 @@ jobs: with: project_id: 'computer-vision-team' service_account: 'github@computer-vision-team.iam.gserviceaccount.com' - # token_format: access_token + token_format: access_token workload_identity_provider: ${{ secrets.ORG_GOOGLE_WORKLOAD_IDP }} - name: Set up gcloud uses: google-github-actions/setup-gcloud@v2.1.0 @@ -54,7 +54,6 @@ jobs: - name: Run Helm integration tests for internal shell: bash run: | - cat "${GOOGLE_APPLICATION_CREDENTIALS}" make start make test-integration-helm-internal # integration-helm-legacy: