You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Signing Commits & Other Git Command Line Options
277
+
### Signing Commits
278
278
279
-
Using command lines options needs to be done manually for each workflow which you require the option enabled. So for example signing commits requires you to import the gpg signature each and every time. The following list of actions are worth checking out if you need to automate these tasks regularly.
279
+
If you would like to sign your commits using a GPG key, you will need to use an additional action.
280
+
You can use the [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) action and follow its setup instructions.
280
281
281
-
- [Import GPG Signature](https://github.com/crazy-max/ghaction-import-gpg) (Suggested by [TGTGamer](https://github.com/tgtgamer))
282
+
As git-auto-commit by default does not use **your** username and email when creating a commit, you have to override these values in your workflow.
0 commit comments