add additional information in a separate notes section

This commit is contained in:
Adam Leskis 2023-09-13 11:25:42 +01:00
parent 232931e03b
commit 6d544b294b
No known key found for this signature in database
GPG key ID: 2137A82CFB8F23D2

View file

@ -236,6 +236,10 @@ Following outputs are available
| `name` | String | Name associated with the GPG key | | `name` | String | Name associated with the GPG key |
| `email` | String | Email address associated with the GPG key | | `email` | String | Email address associated with the GPG key |
## Notes
Make sure to [add the corresponding public key to your GitHub account](https://docs.github.com/en/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account). This is easy to forget, since unlike SSH keys, where you only need to upload 1 thing to GitHub, in this case, you need to upload both the public and private keys to enable this workflow.
## Contributing ## Contributing
Want to contribute? Awesome! The most basic way to show your support is to star Want to contribute? Awesome! The most basic way to show your support is to star