Modify the GCP auth method because of the action version update.

Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
pull/7654/head
Xun Jiang 2024-04-11 13:10:26 +08:00
parent 85e8b73d8d
commit 9551b8e4c8
1 changed files with 11 additions and 5 deletions

View File

@ -28,12 +28,18 @@ jobs:
sudo apt-get install python2.7
export CLOUDSDK_PYTHON="/usr/bin/python2"
- uses: google-github-actions/setup-gcloud@v2
- id: 'auth'
uses: google-github-actions/auth@v2
with:
version: '285.0.0'
service_account_key: ${{ secrets.GCS_SA_KEY }}
export_default_credentials: true
- run: gcloud info
credentials_json: '${{ secrets.GCS_SA_KEY }}'
- name: 'set up GCloud SDK'
uses: google-github-actions/setup-gcloud@v2
- name: 'use gcloud CLI'
run: |
gcloud auth login
gcloud info
- name: Set up QEMU
id: qemu