We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ea0cf commit 2d0e005Copy full SHA for 2d0e005
1 file changed
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
distribution: 'temurin'
17
java-version: '17'
18
+ gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
19
20
- name: Make mvnw executable
21
run: chmod +x mvnw
0 commit comments