Skip to content

Commit

Permalink
add user/token to env
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Aug 20, 2024
1 parent d4cbb73 commit cb18f9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
mvn --no-transfer-progress \
--batch-mode \
-Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} \
-Dossrh.username=${{ secrets.OSSRH_USERNAME }} \
-Dossrh.password=${{ secrets.OSSRH_TOKEN }} \
clean deploy \
-DskipTests=true \
-P release \
Expand Down

0 comments on commit cb18f9c

Please sign in to comment.