Skip to content

Commit

Permalink
update setup-gcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
bvlion committed Jan 2, 2023
1 parent 7b3a9c9 commit 7e9c056
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 7e9c056

Please sign in to comment.