Skip to content

Commit

Permalink
docs: add note about minimum gcloud version (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Jan 11, 2022
1 parent 489ab62 commit 6960137
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,16 @@ jobs:
(`gcloud`) to install (e.g. `"290.0.1"`). The default value is "latest",
which will install the latest available Cloud SDK version.

**Warning!** Workload Identity Federation requires version
[363.0.0](https://cloud.google.com/sdk/docs/release-notes#36300_2021-11-02)
or newer.

- `project_id`: (Optional) Project ID (**not** project _number_) of the Google
Cloud project. If provided, this will configure the `gcloud` CLI to use that
project ID for commands. Individual commands can still override the project
with the `--project` flag. If unspecified, the action attempts to find the
"best" project ID by looking at other inputs and environment variables.

- `install_components`: (Optional) List of Cloud SDK components to install

### Authentication inputs
Expand Down

0 comments on commit 6960137

Please sign in to comment.