Now we need a signing key?
This commit is contained in:
4
.github/workflows/ci-pr.yml
vendored
4
.github/workflows/ci-pr.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user