Fork me on GitHub
#clojars
<
2021-08-19
>
borkdude13:08:38

@tcrawley Thanks for making the group com.github.clj-kondo. I'm trying to make a deploy token for it, but it doesn't appear in my list

borkdude13:08:48

how should I go about this for a new lib in this group?

tcrawley13:08:52

My pleasure! Unfortunately, groups don't show in the token list until they have a library deployed - I need to fix that. The workaround is to deploy the first version with a more general token, then create the new token once the library is deployed. Sorry about that.

borkdude13:08:49

I tried deploying with my general personal token, but got: > Could not transfer artifact com.github.clj-kondo:lein-clj-kondo:pom:0.1.0 from/to clojars (https://clojars.org/repo): Failed to transfer file: https://clojars.org/repo/com/github/clj-kondo/lein-clj-kondo/0.1.0/lein-clj-kondo-0.1.0.pom. Return code is: 401, ReasonPhrase: Unauthorized - a deploy token is required to deploy (see https://git.io/JfwjM).

tcrawley13:08:27

Hmm, you should only get that if you try to deploy with a password instead of a token

borkdude13:08:50

so I should make a token that allows to deploy to all my projects?

tcrawley14:08:16

Yes, but you can then disable that token after you use it once. A hack, I know

tcrawley14:08:47

My pleasure! I just created https://github.com/clojars/clojars-web/issues/804, and will try to get to it soon