Add clarity around service_account_email

Fixes GH-95
This commit is contained in:
Seth Vargo 2020-04-28 11:39:25 -04:00
parent 20c294aabd
commit a333abdde1
No known key found for this signature in database
GPG key ID: C921994F9C27E0FF
13 changed files with 40 additions and 33 deletions

View file

@ -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 }}