Skip to content

Commit 2d0e005

Browse files
committed
Add GPG private key configuration to CI workflow
1 parent 25ea0cf commit 2d0e005

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
distribution: 'temurin'
1717
java-version: '17'
18+
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
1819

1920
- name: Make mvnw executable
2021
run: chmod +x mvnw

0 commit comments

Comments
 (0)