From e9a62bc227827ab08492d4b9cbf0c5f4f62d90f1 Mon Sep 17 00:00:00 2001 From: Charles Morton Date: Wed, 21 Aug 2024 11:17:59 -0700 Subject: [PATCH] Testing ADC can be used with setting token to environment --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c716fcf..8d45400 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,10 +41,10 @@ jobs: create_credentials_file: true workload_identity_provider: 'projects/470570065811/locations/global/workloadIdentityPools/gitaction-pool/providers/gitaction-provider' service_account: 'github-actions@openet.iam.gserviceaccount.com' - - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 - - name: EE token - run: echo "ACTION_EE_TOKEN=$(gcloud auth print-access-token)" >> $GITHUB_ENV + #- name: Set up Cloud SDK + # uses: google-github-actions/setup-gcloud@v2 + #- name: EE token + # run: echo "ACTION_EE_TOKEN=$(gcloud auth print-access-token)" >> $GITHUB_ENV - name: Test with pytest run: | python -m pytest