Skip to content

Commit

Permalink
Experiment with auth action
Browse files Browse the repository at this point in the history
  • Loading branch information
SorenSpicknall committed Jan 2, 2024
1 parent c2125d6 commit e087fc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-calitp-data-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: google-github-actions/setup-gcloud@v1
- uses: 'google-github-actions/auth@v2'
with:
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
credentials_json: '${{ secrets.GCP_SA_KEY }}'
- uses: google-github-actions/setup-gcloud@v1
- name: Run checks
run: |
curl -sSL https://install.python-poetry.org | python -
Expand Down

0 comments on commit e087fc4

Please sign in to comment.