clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
oskarkv 2020-05-14T18:41:27.017200Z

I created a deploy token for Clojars. How do I use it? Can't find any documentation on that. The most I found was (at https://github.com/technomancy/leiningen/blob/master/doc/DEPLOY.md#authentication) > When storing credentials for Clojars, it's recommended to generate a deploy token per machine and store that instead rather than using your account's password in order to limit the scope of the damage if the credential is leaked. OK, but how should I store it and use it?

2020-05-14T18:43:50.018600Z

Hi @oskarkv - the deploy tokens are a beta feature that hasn't been widely announced or documented yet, sorry about that. You should use it in place of a password when deploying to clojars.

oskarkv 2020-05-14T18:58:49.019400Z

@tcrawley So I should replace the password string with it?

2020-05-14T19:00:14.019600Z

correct!

oskarkv 2020-05-14T19:00:41.019800Z

OK, thanks!

2020-05-14T19:00:49.020Z

My pleasure!