This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-08-19
Channels
- # announcements (15)
- # babashka (4)
- # beginners (55)
- # calva (92)
- # cider (70)
- # circleci (1)
- # clj-kondo (136)
- # cljdoc (2)
- # clojars (11)
- # clojure (48)
- # clojure-australia (1)
- # clojure-europe (30)
- # clojure-nl (3)
- # clojure-sweden (2)
- # clojure-uk (7)
- # clojurescript (40)
- # conjure (5)
- # core-async (11)
- # cursive (55)
- # data-science (1)
- # datomic (10)
- # degree9 (2)
- # development-containers (15)
- # events (1)
- # fulcro (14)
- # gratitude (13)
- # helix (5)
- # lsp (35)
- # malli (10)
- # meander (18)
- # off-topic (24)
- # pathom (13)
- # polylith (12)
- # practicalli (6)
- # re-frame (13)
- # reagent (33)
- # reitit (4)
- # remote-jobs (1)
- # shadow-cljs (13)
- # spacemacs (31)
- # specter (1)
- # stepwise (2)
- # tools-deps (19)
- # vim (1)
- # xtdb (7)
@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
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.
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).
Hmm, you should only get that if you try to deploy with a password instead of a token
My pleasure! I just created https://github.com/clojars/clojars-web/issues/804, and will try to get to it soon