Skip to content

Commit c8788cc

Browse files
authored
Recommend gcloud storage over gsutil (#438)
Closes #404
1 parent 62cf5bd commit c8788cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Action to authenticate to Google Cloud:
1414
1. [Workload Identity Federation through a Service Account](#indirect-wif)
1515
1. [Service Account Key JSON](#sake)
1616

17+
> [!IMPORTANT]
18+
> The `gsutil` command will **not** use the credentials exported by this GitHub
19+
> Action. Customers should use `gcloud storage` instead.
20+
1721
**This is not an officially supported Google product, and it is not covered by a
1822
Google Cloud support contract. To report bugs or request features in a Google
1923
Cloud product, please contact [Google Cloud
@@ -35,9 +39,6 @@ support](https://cloud.google.com/support).**
3539
gha-creds-*.json
3640
```
3741
38-
- To use the `bq` or `gsutil` tools, use the Google Cloud SDK version 390.0.0
39-
or newer.
40-
4142
- This action runs using Node 20. Use a [runner
4243
version](https://github.com/actions/virtual-environments) that supports this
4344
version of Node or newer.

0 commit comments

Comments
 (0)