mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-09-01 20:29:21 +00:00
Add clarity around service_account_email
Fixes GH-95
This commit is contained in:
parent
20c294aabd
commit
a333abdde1
13 changed files with 40 additions and 33 deletions
|
|
@ -36,8 +36,7 @@ jobs:
|
|||
# Setup gcloud CLI
|
||||
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
|
||||
with:
|
||||
version: '286.0.0'
|
||||
service_account_email: ${{ secrets.RUN_SA_EMAIL }}
|
||||
version: '290.0.1'
|
||||
service_account_key: ${{ secrets.RUN_SA_KEY }}
|
||||
project_id: ${{ secrets.RUN_PROJECT }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue