Skip to content

Commit

Permalink
Use the new authentication way (#467)
Browse files Browse the repository at this point in the history
Gcloud split off authentication into a new action "auth".
  • Loading branch information
elefeint authored Dec 6, 2021
1 parent d151901 commit 0db773c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integrationTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-unified-${{ steps.date.outputs.date }}
- name: Set Up Authentication
uses: google-github-actions/[email protected]
with:
credentials_json: ${{ secrets.CLOUD_SPANNER_R2DBC_CI_SA_KEY }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0.2.1
with:
version: latest
project_id: cloud-spanner-r2dbc-ci
service_account_key: ${{ secrets.CLOUD_SPANNER_R2DBC_CI_SA_KEY }}
export_default_credentials: true
- name: Maven go offline
id: mvn-offline
Expand Down

0 comments on commit 0db773c

Please sign in to comment.