From 6d544b294b4899092945953ed8be615d4be84c82 Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Wed, 13 Sep 2023 11:25:42 +0100 Subject: [PATCH] add additional information in a separate notes section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d0a36b..f27ddf6 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,10 @@ Following outputs are available | `name` | String | Name 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 Want to contribute? Awesome! The most basic way to show your support is to star