Skip to content

Commit

Permalink
fix getting env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 22, 2024
1 parent 7265e11 commit 991ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
:password :env/MAVEN_REPO_PASSWORD}]
["project" "file:repo"]]

:signing {:gpg-key :env/SIGN_KEY_ID}
:signing {:gpg-key ~(System/getenv "SIGN_KEY_ID")}

:plugins [[lein-pprint "1.3.2"]]

Expand Down

0 comments on commit 991ab3a

Please sign in to comment.