Hey Everyone, So I need to add credentials to my workspace for uploading a nightly build to npm for cordova.
The command I need to run is `npm login` or `npm addUser`. It would prompt me to add my username, password and email. I think I only need to do this once and it would be saved in my workspace, but I would like it to be able to work if I started a new workspace from scratch. How do I do this in a way that is secure? I don't want to write my credentials into my build step. I assume a similar problem would exist for pushing changes to git. Thanks! -Steve
