Skip to content

Commit

Permalink
fetch username/password from env
Browse files Browse the repository at this point in the history
  • Loading branch information
Jj committed Oct 21, 2024
1 parent 9153a0e commit 2bc8b42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@

:source-paths ["src/clojure"]

:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_user
:password :env/clojars_pass}]]

:profiles {:test {:resource-paths ["test/resources"]
:global-vars {*warn-on-reflection* true}
:global-vars {*warn-on-reflection* true}
:source-paths ["test/clojure"]
:dependencies [
[babashka/fs "0.5.22"]
Expand Down

0 comments on commit 2bc8b42

Please sign in to comment.