Skip to content

Commit

Permalink
Recommend gcloud storage over gsutil (#438)
Browse files Browse the repository at this point in the history
Closes #404
  • Loading branch information
sethvargo committed Aug 21, 2024
1 parent 62cf5bd commit c8788cc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit c8788cc

Please sign in to comment.