Skip to content

Commit

Permalink
add gpg key init
Browse files Browse the repository at this point in the history
  • Loading branch information
bertramn committed Oct 16, 2023
1 parent a12897c commit db685b9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup GPG Signing Key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
- run: gpg -K
- name: Setup Maven Central
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit db685b9

Please sign in to comment.