This contains the token that is used on a cargo login <token>. Even although Cargo creates a ~/.cargo/credentials file after your first login, you must supply this token every time. I'm not sure if the credentials file is just for reference.
I have verified on staging that when you use the proper withCredentials mechanism to retrieve and use the credentials, the token is not displayed in the build output.
You seen the successful build on staging that made use of the tokens, so I'd say this is OK to be merged without a full staging run.
Hi Stephen,
This contains the token that is used on a
cargo login <token>
. Even although Cargo creates a~/.cargo/credentials
file after your first login, you must supply this token every time. I'm not sure if the credentials file is just for reference.I have verified on staging that when you use the proper
withCredentials
mechanism to retrieve and use the credentials, the token is not displayed in the build output.You seen the successful build on staging that made use of the tokens, so I'd say this is OK to be merged without a full staging run.
Cheers,
Chris