From 565791c9559b19c94128c7f1e4ffeca383e884ec Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Thu, 11 Aug 2022 09:09:48 -0500 Subject: [PATCH] Allow CI to sign commits. See #100. --- bom/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 138f2a5..c5f5ca2 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -308,6 +308,13 @@ sign + + + --pinentry-mode + loopback + --no-tty + +