Skip to content

Commit e087fc4

Browse files
Experiment with auth action
1 parent c2125d6 commit e087fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/build-calitp-data-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
- uses: actions/setup-python@v4
2828
with:
2929
python-version: '3.9'
30-
- uses: google-github-actions/setup-gcloud@v1
30+
- uses: 'google-github-actions/auth@v2'
3131
with:
32-
service_account_key: ${{ secrets.GCP_SA_KEY }}
33-
export_default_credentials: true
32+
credentials_json: '${{ secrets.GCP_SA_KEY }}'
33+
- uses: google-github-actions/setup-gcloud@v1
3434
- name: Run checks
3535
run: |
3636
curl -sSL https://install.python-poetry.org | python -

0 commit comments

Comments
 (0)