We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e6ede commit 06345b8Copy full SHA for 06345b8
1 file changed
project.clj
@@ -47,8 +47,8 @@
47
[io.github.clj-kondo/config-slingshot-slingshot "1.0.0"]]
48
49
:deploy-repositories [["releases" {:url "https://clojars.org/repo"
50
- :username :env/clojars_jenkins_username
51
- :password :env/clojars_jenkins_password
+ :username :env/CLOJARS_USERNAME
+ :password :env/CLOJARS_PASSWORD
52
:sign-releases false}]]
53
54
;; Convenience for manually testing application shutdown support - run `lein test-external-shutdown`
0 commit comments