We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d412e92 commit 319bec5Copy full SHA for 319bec5
README.md
@@ -9,6 +9,7 @@ This repo contains some Python examples on using git and GitHub API.
9
1. [Sign automatic commits in GitHub Actions](./docs/how_to_sign_automatic_commits_in_github_actions.md)
10
2. [How to create a single commit with multiple files using GitHub API](./docs/how_to_create_a_single_commit_with_multiple_files_using_github_api.md)
11
3. [How to sign commits using the GitPython package](./docs/how_to_sign_commits_using_the_gitpython_package.md)
12
+4. [How to create a subkey for signing](./docs/how_to_create_a_subkey_for_signing.md)
13
14
## Build and run
15
0 commit comments