Sign commits through the GitHub/GitLab web UI
-
Updated
Aug 13, 2020 - JavaScript
Sign commits through the GitHub/GitLab web UI
🖋️ Create a signed commit with GitHub Actions.
How to create your GPG key, import it and sign your commits.
A signed commit is one where the author of the commit has digitally signed the commit using a GPG key. This digital signature confirms that the author of the commit is who they say they are and that the code has not been tampered with since it was committed.
✅ GitHub Action for creating signed and verified bot commits
Add a description, image, and links to the signed-commits topic page so that developers can more easily learn about it.
To associate your repository with the signed-commits topic, visit your repo's landing page and select "manage topics."