Replace "regenerate" with "revoke" for API tokens

The current UI supports revoking tokens and creating new ones, not regenerating them.
This commit is contained in:
Jacob Hoffman-Andrews 2020-07-18 16:39:23 -07:00 committed by GitHub
parent c004bf938b
commit 0054232783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
This command will inform Cargo of your API token and store it locally in your
`~/.cargo/credentials.toml`. Note that this token is a **secret** and should not be
shared with anyone else. If it leaks for any reason, you should regenerate it
shared with anyone else. If it leaks for any reason, you should revoke it
immediately.
### Before publishing a new crate