From 97f7120d6b4a7587ce46575cc029732e6f49d99a Mon Sep 17 00:00:00 2001 From: Aaron Zuspan Date: Wed, 29 Jan 2025 09:14:55 -0800 Subject: [PATCH] Test auth action --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ff6c1c..204b742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,14 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + + - id: 'auth' + name: 'Authenticate to Google Cloud' + uses: 'google-github-actions/auth@v0.4.0' + with: + workload_identity_provider: 'projects/569867470362/locations/global/workloadIdentityPools/github-actions/providers/github-actions' + service_account: 'github-actions-runner@ee-aazuspan.iam.gserviceaccount.com' + - name: Install dependencies run: | python -m pip install --upgrade pip