Set the GPG key expiration to 2023-05-01 #1115
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1114
I took this opportunity to consider switching the release signing key from my personal key to an organization key, but there were some challenges and I decided to simply extend the expiration of the current key.
I was planning to use the import-gpg action when considering automating the signing of the release process. However, there is an issue with this action that the signing subkey is not available. See crazy-max/ghaction-import-gpg#58. I follow the recommended practice to generate a signing subkey and use it.
Importing the primary key into CI is probably not good in terms of security. However, release automation is important to allow new maintainers to release freely.
I will look for a better way to balance security and convenience a little more. If you have any suggestions, please let me know. Thank you.