Add personal gpg key configuration

This commit is contained in:
2021-10-02 12:02:24 +02:00
parent da77ab91c7
commit 65455aff68
6 changed files with 138 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
email = {{ user.mail }}
useConfigOnly = true
{% if user.git_gpg_sign|bool %}
signingkey = {{ user.gpg_keys.master_key }}
signingkey = {{ user.gpg_key.id }}
{% endif %}
[github]
user = hakoerber