Skip to content
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

Add option to enable commit.gpgsign #4

Closed
crazy-max opened this issue May 3, 2020 · 0 comments
Closed

Add option to enable commit.gpgsign #4

crazy-max opened this issue May 3, 2020 · 0 comments

Comments

@crazy-max
Copy link
Owner

For the moment this action only takes care of importing the GPG key. In order to be able to use it, the commit.gpgsign config must also be enabled for the repo and the user's key ID must be inserted:

git config user.signingkey '<KEYID>'
git config commit.gpgsign true
@crazy-max crazy-max changed the title Add option to enable commit.gpgsign on commits Add option to enable commit.gpgsign May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant