Skip to content

Commit

Permalink
MAVEN_PASSWORD
Browse files Browse the repository at this point in the history
Signed-off-by: Mohab Mohie <mohab.mohieeldeen@outlook.com>
  • Loading branch information
MohabMohie committed Jun 10, 2023
1 parent c59916b commit a02404f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mavenCentral_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSSRH_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
gpg.keyname: ${{ secrets.GPG_KEYNAME }}
gpg.passphrase: ${{ secrets.GPG_PASSPHRASE }}
run: mvn -e deploy "-DskipTests" "-Dgpg.passphrase=${{secrets.GPG_PASSPHRASE}}"
run: mvn --batch-mode deploy "-DskipTests" "-Dgpg.passphrase=${{secrets.GPG_PASSPHRASE}}"

0 comments on commit a02404f

Please sign in to comment.