Skip to content

Commit

Permalink
chore: upgrade github action setup-gcloud to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhumin8 committed Nov 29, 2023
1 parent 5c922f2 commit d0450cb
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 @@ -129,12 +129,15 @@ jobs:
with:
distribution: 'temurin'
java-version: 17
- name: Set Up Authentication
uses: google-github-actions/auth@v1
with:
credentials_json: ${{ secrets.SPRING_CLOUD_GCP_CI_SA_KEY }}
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v0
uses: google-github-actions/setup-gcloud@v1
with:
version: latest
project_id: spring-cloud-gcp-ci
service_account_key: ${{ secrets.SPRING_CLOUD_GCP_CI_SA_KEY }}
export_default_credentials: true
- name: Mvn install # Need this when the directory/pom structure changes
id: install
Expand Down

0 comments on commit d0450cb

Please sign in to comment.