diff --git a/docs/repositories.md b/docs/repositories.md index 0d1f43cc914..a06d45f9f46 100644 --- a/docs/repositories.md +++ b/docs/repositories.md @@ -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= export POETRY_HTTP_BASIC_FOO_PASSWORD= ```