We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2125d6 commit e087fc4Copy full SHA for e087fc4
.github/workflows/build-calitp-data-analysis.yml
@@ -27,10 +27,10 @@ jobs:
27
- uses: actions/setup-python@v4
28
with:
29
python-version: '3.9'
30
- - uses: google-github-actions/setup-gcloud@v1
+ - uses: 'google-github-actions/auth@v2'
31
32
- service_account_key: ${{ secrets.GCP_SA_KEY }}
33
- export_default_credentials: true
+ credentials_json: '${{ secrets.GCP_SA_KEY }}'
+ - uses: google-github-actions/setup-gcloud@v1
34
- name: Run checks
35
run: |
36
curl -sSL https://install.python-poetry.org | python -
0 commit comments