Skip to content

Commit

Permalink
chore: remove cat and add parameter token_format: access_token to a…
Browse files Browse the repository at this point in the history
…uth action to set default scope to overcome error like in golang/oauth2#537
  • Loading branch information
kevin-dimichel committed May 31, 2024
1 parent d3e9d69 commit 020737d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
project_id: 'computer-vision-team'
service_account: '[email protected]'
# token_format: access_token
token_format: access_token
workload_identity_provider: ${{ secrets.ORG_GOOGLE_WORKLOAD_IDP }}
- name: Set up gcloud
uses: google-github-actions/[email protected]
Expand All @@ -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:
Expand Down

0 comments on commit 020737d

Please sign in to comment.