fix: make signing key configs secret

Signed-off-by: Hellgren Heikki <heikki.hellgren@op.fi>
This commit is contained in:
Hellgren Heikki
2025-02-12 10:49:31 +02:00
parent 4f8b5b66a1
commit 4f026fc038
6 changed files with 14 additions and 10 deletions
+1
View File
@@ -29,6 +29,7 @@ export interface Config {
/**
* Default PGP signing key for signing commits.
* @visibility secret
*/
defaultCommitSigningKey?: string;
/**