Skip to content

Commit

Permalink
test: workflow uses federated identity
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jul 25, 2023
1 parent 3a64292 commit eb1568e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ jobs:
name: "Authenticate to Google Cloud"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GOOGLE_CREDENTIALS }}"
# run: gcloud auth application-default login
workload_identity_provider: ${{secrets.IDENTITY_PROVIDER}}
service_account: ${{secrets.GCS_SERVICE_ACCOUNT}}
- name: run e2e tests
env:
CYPRESS_TEST_INTERNAL_USERNAME: ${{ secrets.TEST_INTERNAL_USERNAME }}
Expand Down

0 comments on commit eb1568e

Please sign in to comment.