Skip to content

Commit

Permalink
add GPG_PASSWORD
Browse files Browse the repository at this point in the history
  • Loading branch information
HamaWhiteGG committed Oct 7, 2023
1 parent 5d7e3d9 commit 0172bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
GPG_TTY: $(tty)

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

- name: Build and generate Javadoc
run: mvn javadoc:javadoc
Expand Down

0 comments on commit 0172bb5

Please sign in to comment.