We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5833688 commit 96c49b1Copy full SHA for 96c49b1
1 file changed
.github/workflows/build.yml
@@ -23,8 +23,9 @@ jobs:
23
distribution: 'temurin'
24
cache: 'maven'
25
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
26
+ gpg-passphrase: GPG_PASSPHRASE
27
28
- name: Build with Maven
29
run: mvn ${MAVEN_ARGS} verify
30
env:
- GPG_PASSPHRASE: ''
31
+ GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
0 commit comments