Skip to content

Commit de35989

Browse files
committed
Add gpg key
1 parent 3db8d18 commit de35989

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
java-version: '8'
1919
distribution: 'temurin'
2020
cache: maven
21+
- name: Configure GPG Key
22+
run: |
23+
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
24+
env:
25+
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
2126

2227
- name: Build with Maven
2328
run: mvn --batch-mode --update-snapshots verify

0 commit comments

Comments
 (0)