feat: add signing via gpg key

This commit is contained in:
Jake Hamilton 2024-05-21 15:00:33 -07:00
parent e1cd5994e5
commit 6b7e8f4bd4
Signed by: jakehamilton
GPG key ID: 9762169A1B35EA68

View file

@ -86,7 +86,9 @@ in {
DEFAULT_MERGE_STYLE = "squash";
};
"repository.signing" = {
DEFAULT_TRUST_MODEL = "committer";
SIGNING_KEY = "B46E42EDB01B797029F3D98B1A875715D0C04185";
SIGNING_NAME = "Auxolotl Forge";
SIGNING_EMAIL = "git@${cfg.domain}";
};
};
};