circleci

slipset 2021-09-26T10:19:21.004900Z

Cross posting https://clojurians.slack.com/archives/C8NUSGWG6/p1632651059209900

๐Ÿ‘Œ 1
๐Ÿ‘Œ๐Ÿป 1
2021-09-27T08:56:24.005500Z

I remember having to set this up before too, especially the GPG stuff was challenging. Our solutions are pretty similar too ๐Ÿ™‚ https://github.com/nedap/speced.def/blob/4d2982a546fb671952f4b3833b854eb3751a6f67/.circleci/config.yml#L61-L68

slipset 2021-09-27T09:11:36.005800Z

Interesting! My problem was always in exporting/importing keys. I follow this guide https://joemiller.me/2019/07/signing-releases-with-a-gpg-project-key/ but always stumble on creating a โ€œthingโ€ which doesnโ€™t require a password. My incompetence in this area is vast

2021-09-27T13:55:47.006100Z

To be fair I think the key I use in our public repo's doesn't have a password; The password would have to be in the env-vars too either way so it wouldn't make a big difference

2021-12-09T20:55:36.016700Z

If anyone's wondering how to do this with tools.deps based projects, I used a similar pattern in edn-avro https://github.com/cddr/edn-avro