fpco / amber

Manage secret values in-repo via public key cryptography
MIT License
86 stars 9 forks source link

Github marketplace action for amber #26

Closed chrisjsimpson closed 2 years ago

chrisjsimpson commented 2 years ago

Would make amber easier to consume in the GitHub ecosystem (without requiring any changes to amber)

A developer using Github actions would not need to worry about how to install amber e.g. https://github.com/chrisjsimpson/amber-secrets-ci-example/blob/9854d92efd11bccb1919f8f74e9a38e5cbec6cd0/.github/workflows/production.yml#L19-L22 would be abstracted away.

Have some experience with this.

snoyberg commented 2 years ago

No objection from me if someone wants to take it on.

psibi commented 2 years ago

Github marketplace action is available now: https://github.com/fpco/amber#github-actions

So probably this issue can be closed ?

snoyberg commented 2 years ago

Awesome, thanks @psibi!