Added gpg secrets

This commit is contained in:
Josh Steele
2024-08-27 11:40:37 -04:00
parent c32413a298
commit 8a0fc292f8

View File

@@ -27,6 +27,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} # Value of the GPG private key to import
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} # env variable for GPG private key passphrase
- name: Build and verify with Maven only
run: mvn -B verify --file pom.xml