From f74c1d7d99afd2c234955daf05d9a64a2650e450 Mon Sep 17 00:00:00 2001
From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com>
Date: Tue, 12 Sep 2023 13:32:33 -0300
Subject: [PATCH] ci: set pgp passphrase from environment variable

---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 9cb88c0..72a1f89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,6 +389,9 @@
 									<goal>sign</goal>
 								</goals>
 							</execution>
+							<configuration>
+								<passphrase>${env.gpg.passphrase}</passphrase>
+							</configuration>						
 						</executions>
 					</plugin>
 				</plugins>