Now we need a signing key?

This commit is contained in:
Dave Syer
2025-05-15 08:06:16 +01:00
parent 8f706665df
commit 0720e8f647

View File

@@ -21,7 +21,11 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build and test
env:
signing_key: ${{ secrets.GPG_PRIVATE_KEY }}
run: |
echo "${signing_key}" > private.asc
gpg --import --batch --no-tty private.asc
./mvnw -B clean install
- name: Capture Test Results
if: failure()