Skip to content

Commit

Permalink
fix: add missing maven secrets
Browse files Browse the repository at this point in the history
Co-authored-by: Sven Uhlig <[email protected]>
  • Loading branch information
Takuto88 and sipgate-uhlig committed Jan 28, 2025
1 parent aafa53f commit c668f7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
env:
MAVEN_GPG_KEY: ${{ secrets.MAVEN_GPG_KEY }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
run: mvn -B -P deploy deploy

0 comments on commit c668f7e

Please sign in to comment.