Skip to content

Commit

Permalink
Didn't work, switching back
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmorton committed Aug 21, 2024
1 parent e9a62bc commit f3219b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3219b7

Please sign in to comment.