Skip to content

Commit

Permalink
Typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith authored Jun 3, 2022
1 parent e54214f commit fba49fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This action implements the same inputs and outputs as the [`docker/build-push-ac

### Authentication

This action needs an Depot API token to communicate with your project's builders. You can supply this one of three ways:
This action needs a Depot API token to communicate with your project's builders. You can supply this one of three ways:

1. You can supply a user or project API token via the `token` input:

Expand All @@ -37,7 +37,7 @@ This action needs an Depot API token to communicate with your project's builders
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}
```

3. Depot supports GitHub's [OpenID Connect](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect) tokens via a trust relationship, so your Actions builds can securely authenticate with your Depot projects without any static access tokens. To configure the trust relationship, visit your Depot project settings, then add your repository and desired workflow config to `Trust Relationships`. The in your workflow, enable the `id-token: write` permission:
3. Depot supports GitHub's [OpenID Connect](https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/about-security-hardening-with-openid-connect) tokens via a trust relationship, so your Actions builds can securely authenticate with your Depot projects without any static access tokens. To configure the trust relationship, visit your Depot project settings, then add your repository and desired workflow config to `Trust Relationships`. Then in your workflow, enable the `id-token: write` permission:

```yaml
permissions:
Expand Down

0 comments on commit fba49fb

Please sign in to comment.