Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jul 25, 2023
1 parent 125d0ac commit 891b685
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Download and use the latest version of the CLI:
jobs:
job-name:
steps:
- uses: depot/setup-action@v1
- uses: depot/use-action@v1
- run: depot ...
```
Expand All @@ -25,7 +25,7 @@ The `depot` CLI needs to resolve a project ID to build images. This can be from
jobs:
job-name:
steps:
- uses: depot/setup-action@v1
- uses: depot/use-action@v1
with:
project: abc123xzy
```
Expand All @@ -42,7 +42,7 @@ jobs:
packages: write
steps:
- uses: depot/setup-action@v1
- uses: depot/use-action@v1
```

If you do need to provide an API token, you can set the `DEPOT_TOKEN` environment variable with the `token` input:
Expand All @@ -51,7 +51,7 @@ If you do need to provide an API token, you can set the `DEPOT_TOKEN` environmen
jobs:
job-name:
steps:
- uses: depot/setup-action@v1
- uses: depot/use-action@v1
with:
token: ${{ secrets.DEPOT_TOKEN }}
```
Expand Down

0 comments on commit 891b685

Please sign in to comment.