Skip to content

Commit

Permalink
disambiguate "this action" to be clear which parts refer to `setup-gc…
Browse files Browse the repository at this point in the history
…loud` and which parts refer to `auth`
  • Loading branch information
eeaton committed Apr 4, 2024
1 parent d7844cd commit 46511f8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,11 @@ jobs:

## Authorization

This action installs the Cloud SDK (`gcloud`). To configure its authentication
to Google Cloud, use the [google-github-actions/auth][auth] action. This action sets both
[gcloud credentials][gcloud-credentials] and [Application Default Credentials][adc]. You can
authenticate via:
The `setup-gcloud` action installs the Cloud SDK (`gcloud`). To configure its authentication
to Google Cloud, you must first use the [google-github-actions/auth][auth] action. The `auth`
action sets [Application Default Credentials][adc], then the `setup-gcloud` action references
these credentials to configure [gcloud credentials][gcloud-credentials] . You can
authenticate via the following options:

### Workload Identity Federation (preferred)

Expand Down

0 comments on commit 46511f8

Please sign in to comment.