From c8788cc4c52eba6566baf085281fec298f1a1146 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 21 Aug 2024 10:00:27 -0700 Subject: [PATCH] Recommend `gcloud storage` over `gsutil` (#438) Closes #404 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 883312a1..9fc32873 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Action to authenticate to Google Cloud: 1. [Workload Identity Federation through a Service Account](#indirect-wif) 1. [Service Account Key JSON](#sake) +> [!IMPORTANT] +> The `gsutil` command will **not** use the credentials exported by this GitHub +> Action. Customers should use `gcloud storage` instead. + **This is not an officially supported Google product, and it is not covered by a Google Cloud support contract. To report bugs or request features in a Google Cloud product, please contact [Google Cloud @@ -35,9 +39,6 @@ support](https://cloud.google.com/support).** gha-creds-*.json ``` -- To use the `bq` or `gsutil` tools, use the Google Cloud SDK version 390.0.0 - or newer. - - This action runs using Node 20. Use a [runner version](https://github.com/actions/virtual-environments) that supports this version of Node or newer.