Skip to content

Commit

Permalink
add Import GPG key
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent de9fa3e commit c94fe5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
distribution: 'temurin'
cache: maven

- name: Import GPG key
run: echo "${{ secrets.GPG_SECRET }}" | gpg --import

- name: Build with Maven
run: mvn clean install -DskipTests -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }}

Expand Down

0 comments on commit c94fe5c

Please sign in to comment.