mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-09-01 13:29:22 +00:00
Document actions/checkout@v2 requirement
The workspace isn't share in v1. Refs: GH-80.
This commit is contained in:
parent
c6a3086a37
commit
3758dad2b2
1 changed files with 6 additions and 1 deletions
|
|
@ -38,11 +38,16 @@ It does the following:
|
|||
be available in later steps. Google Cloud technologies automatically use
|
||||
this environment variable to find credentials.
|
||||
|
||||
**IMPORTANT!** Exporting default credentials requires `actions/checkout@v2`.
|
||||
The `v1` tag is not supported and will not work.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
* This action requires [Python](https://www.python.org/) 2.7.9 or later to be installed on the environment.
|
||||
|
||||
* A pre-configured GCP service account. [More info](https://cloud.google.com/iam/docs/creating-managing-service-accounts)
|
||||
* A pre-configured GCP service account. [More info](https://cloud.google.com/iam/docs/creating-managing-service-accounts).
|
||||
|
||||
* `actions/checkout@v2` if using `export_default_credentials`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue