Skip to content

Commit

Permalink
chore: Added GPG private key & passphrase secrets to JReleaser workfl…
Browse files Browse the repository at this point in the history
…ow. (#5263)
  • Loading branch information
MartinWitt authored Jun 12, 2023
1 parent 779438a commit 869471a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
gpg-private-key: ${{ secrets.JRELEASER_GPG_SECRET_KEY }} # Value of the GPG private key to import
gpg-passphrase: ${{ secrets.JRELEASER_GPG_PASSPHRASE }} # env variable for GPG private key passphrase

- name: install go
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4
Expand Down

0 comments on commit 869471a

Please sign in to comment.