Skip to content

Commit 06345b8

Browse files
committed
CI: Fix clojars.org credentials
1 parent 14e6ede commit 06345b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
[io.github.clj-kondo/config-slingshot-slingshot "1.0.0"]]
4848

4949
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
50-
:username :env/clojars_jenkins_username
51-
:password :env/clojars_jenkins_password
50+
:username :env/CLOJARS_USERNAME
51+
:password :env/CLOJARS_PASSWORD
5252
:sign-releases false}]]
5353

5454
;; Convenience for manually testing application shutdown support - run `lein test-external-shutdown`

0 commit comments

Comments
 (0)