mirror of
https://github.com/crazy-max/ghaction-import-gpg.git
synced 2024-12-25 12:42:07 -05:00
add additional information in a separate notes section
This commit is contained in:
parent
232931e03b
commit
6d544b294b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue