Skip to content

Commit

Permalink
switched to google-github-actions/setup-gcloud
Browse files Browse the repository at this point in the history
GoogleCloudPlatform/github-actions/setup-gcloud has been deprecated, switched to google-github-actions/setup-gcloud

Issues: IN-565
  • Loading branch information
MichelHartmann committed Jul 13, 2023
1 parent 8e92a84 commit aa73471
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/toolbox-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,14 @@ jobs:
- name: Check out sources...
uses: actions/checkout@v2

- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v1
with:
credentials_json: '${{ secrets.GCP_SA_KEY }}'

- name: Setup GCloud CLI
uses: GoogleCloudPlatform/github-actions/setup-gcloud@7159039b8c614f8ed6d9bd75af3f6113681a8ff4
uses: google-github-actions/setup-gcloud@v1
with:
version: '298.0.0'
service_account_key: ${{ secrets.GCP_SA_KEY }}
project_id: ${{ secrets.GCP_PROJECT_ID }}

- name: Docker Auth GCloud
Expand Down

0 comments on commit aa73471

Please sign in to comment.