-
Notifications
You must be signed in to change notification settings - Fork 276
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
How to sign a commit using this script #767
Comments
I too face the same issue. Getting 'gpgme_op_sign_result': NULL pointer given (ArgumentError)' @tgrieger-sf did you able to fix it? `Source: {:type=>"default", :source=>"github.com/go-chi/chi/v5"}
|
I was on the right track with passing in the |
Thanks a lot @tgrieger that solved for me. I can do signed commit as well. |
I am trying to use this script to open a PR with a signed commit but I am having troubles actually getting the commit signed. The account I am using has a GPG key set up in github. What I've been trying to do is pass something into the
signature_key
parameter onDependabot::PullRequestCreator.new
but I'm not sure if that's the right way to do it or what exactly I should be passing to that. Any help would be greatly appreciated!The text was updated successfully, but these errors were encountered: