Skip to content

Commit f84f3f8

Browse files
committed
Auto merge of #8510 - jsha:patch-1, r=ehuss
doc: Replace "regenerate" with "revoke" for API tokens The current UI supports revoking tokens and creating new ones, not regenerating them.
2 parents c004bf9 + 0054232 commit f84f3f8

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)