Skip to content

Commit 0054232

Browse files
authored
Replace "regenerate" with "revoke" for API tokens
The current UI supports revoking tokens and creating new ones, not regenerating them.
1 parent c004bf9 commit 0054232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ cargo login abcdefghijklmnopqrstuvwxyz012345
2222

2323
This command will inform Cargo of your API token and store it locally in your
2424
`~/.cargo/credentials.toml`. Note that this token is a **secret** and should not be
25-
shared with anyone else. If it leaks for any reason, you should regenerate it
25+
shared with anyone else. If it leaks for any reason, you should revoke it
2626
immediately.
2727

2828
### Before publishing a new crate

0 commit comments

Comments
 (0)