-
Notifications
You must be signed in to change notification settings - Fork 70
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
[feature] Commit with gpg signing #122
Comments
(I think this is a little big for a |
Hey, I'm looking to contribute. Could I work on this feature? |
That would be most welcome! I do want to put a gentle caveat here: there are a few unknowns with respect to the git libraries used (go-git and libgit2) versus signing. A bit of research up-front is worthwhile. |
Thanks! From skimming through the code, it looks like that regardless of the git library used for pushing, go-git is always used to perform the commit itself. Perhaps a separate issue should be raised if committing under libgit2 is a requirement? |
|
Currently documentation shows how to utilize signing for secrets but that same gpg key can be used for commits as well.
Need to add
signingkey
to the spec.The text was updated successfully, but these errors were encountered: