From 7e9c0561c54d1e397f99805580c900f161f65ad3 Mon Sep 17 00:00:00 2001 From: bvlion Date: Mon, 2 Jan 2023 16:18:50 +0900 Subject: [PATCH] update setup-gcloud --- .github/workflows/release.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f89900e..14efc10 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,12 +27,13 @@ jobs: restore-keys: | ${{ runner.os }}-gradle- - - name: Set Up GCP Auth - uses: google-github-actions/setup-gcloud@v1 + - id: auth + uses: google-github-actions/auth@v1 with: - project_id: ${{ secrets.GCP_PROJECT_ID }} - service_account_key: ${{ secrets.GCP_SA_KEY }} - export_default_credentials: true + credentials_json: ${{ secrets.GCP_SA_KEY }} + + - name: Set Up Cloud SDK + uses: google-github-actions/setup-gcloud@v1 - name: Setup secrets run: |