Fork me on GitHub
#clojars
<
2020-05-14
>
oskarkv18:05:27

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?

tcrawley18:05:50

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.

oskarkv18:05:49

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

oskarkv19:05:41

OK, thanks!

tcrawley19:05:49

My pleasure!