clojars

borkdude 2021-08-19T13:56:38.006500Z

@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

borkdude 2021-08-19T13:56:48.006800Z

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

2021-08-19T13:57:52.008100Z

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.

borkdude 2021-08-19T13:58:49.008500Z

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).

2021-08-19T13:59:27.009300Z

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

borkdude 2021-08-19T13:59:35.009500Z

oh right

borkdude 2021-08-19T13:59:50.009800Z

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

2021-08-19T14:00:16.010300Z

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

borkdude 2021-08-19T14:00:48.010500Z

worked

borkdude 2021-08-19T14:00:53.010700Z

thanks!

2021-08-19T14:01:47.011100Z

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