From 5e5db2b28b0567a5b30956423b74e0922582bc74 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 13 Dec 2023 10:28:08 -0500 Subject: [PATCH] Document that project_id might be required (#367) --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 958ff481..b29fef79 100644 --- a/README.md +++ b/README.md @@ -225,8 +225,10 @@ The following inputs are for controlling the behavior of this GitHub Actions, regardless of the authentication mechanism. - `project_id`: (Optional) Custom project ID to use for authentication and - exporting into other steps. If unspecified, the project ID will be extracted - from the Workload Identity Provider or the Service Account Key JSON. + exporting into other steps. If unspecified, we will attempt to extract the + project ID from the Workload Identity Provider, Service Account email, or + the Service Account Key JSON. If this fails, you will need to specify the + project ID manually. - `create_credentials_file`: (Optional) If true, the action will securely generate a credentials file which can be used for authentication via gcloud