Skip to content

Commit 6960137

Browse files
authored
docs: add note about minimum gcloud version (#476)
1 parent 489ab62 commit 6960137

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,16 @@ jobs:
7373
(`gcloud`) to install (e.g. `"290.0.1"`). The default value is "latest",
7474
which will install the latest available Cloud SDK version.
7575

76+
**Warning!** Workload Identity Federation requires version
77+
[363.0.0](https://cloud.google.com/sdk/docs/release-notes#36300_2021-11-02)
78+
or newer.
79+
7680
- `project_id`: (Optional) Project ID (**not** project _number_) of the Google
7781
Cloud project. If provided, this will configure the `gcloud` CLI to use that
7882
project ID for commands. Individual commands can still override the project
7983
with the `--project` flag. If unspecified, the action attempts to find the
8084
"best" project ID by looking at other inputs and environment variables.
81-
85+
8286
- `install_components`: (Optional) List of Cloud SDK components to install
8387

8488
### Authentication inputs

0 commit comments

Comments
 (0)