maidsafe-archive / safe-build-infrastructure

Houses internal build infrastructure
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

Crate Publish Secrets #124

Closed jacderida closed 5 years ago

jacderida commented 5 years ago

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