diff --git a/app/components/settings/api-tokens.hbs b/app/components/settings/api-tokens.hbs index 1fe894ecf27..679519621df 100644 --- a/app/components/settings/api-tokens.hbs +++ b/app/components/settings/api-tokens.hbs @@ -25,7 +25,8 @@
To use an API token, run cargo login
- on the command line and paste the key when prompted. This will save it to a local file (~/.cargo/credentials
by default).
+ on the command line and paste the key when prompted. This will save it to a
+ local credentials file.
For CI systems you can use the
CARGO_REGISTRY_TOKEN
environment variable, but make sure that the token stays secret!