Skip to content

Commit

Permalink
Test auth action
Browse files Browse the repository at this point in the history
  • Loading branch information
aazuspan committed Jan 29, 2025
1 parent eecc5d9 commit 97f7120
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]'
with:
workload_identity_provider: 'projects/569867470362/locations/global/workloadIdentityPools/github-actions/providers/github-actions'
service_account: '[email protected]'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 97f7120

Please sign in to comment.