-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Execution error (NullPointerException) at deps-deploy.gpg/read-passphrase (gpg.clj:11) #33
Comments
I believe it will not read from stdin if you supply CLOJARS_USERNAME and CLOJARS_PASSWORD in the environment. |
I think it is about |
I can confirm with signed turned off this issue not appear. I will turn it off then. |
It should be possible to sign from ci/cd, so I'll fix that at some point. |
Also, don't supply password to `gpg` when no password is supplied
I can confirm issue still exist for
|
Execution error (NullPointerException) at deps-deploy.gpg/read-passphrase (gpg.clj:11).
https://github.com/slipset/deps-deploy
when try to deploy using github actions
As I can see in code it tries to read passphrase from console which is impossible in cicd.
The text was updated successfully, but these errors were encountered: