Skip to content

Commit

Permalink
Merge pull request ruroru#26 from ruroru/add-clojars-user-and-pass
Browse files Browse the repository at this point in the history
fetch username/password from env
  • Loading branch information
ruroru authored Oct 21, 2024
2 parents 9153a0e + 2bc8b42 commit 4ca8805
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 4ca8805

Please sign in to comment.