Skip to content

Commit

Permalink
Update repositories.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericphanson authored Dec 12, 2023
1 parent 89e54ca commit ae7456c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ if it exists for you use case instead of doing it yourself.
Alternatively, you can use environment variables to provide the credentials:

```bash
export POETRY_FOO_TOKEN_PYPI=my-token
export POETRY_PYPI_TOKEN_FOO=my-token
export POETRY_HTTP_BASIC_FOO_USERNAME=<username>
export POETRY_HTTP_BASIC_FOO_PASSWORD=<password>
```
Expand Down

0 comments on commit ae7456c

Please sign in to comment.