Skip to content

Commit

Permalink
env:
Browse files Browse the repository at this point in the history
        MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
        MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
  • Loading branch information
homebeaver committed Dec 23, 2024
1 parent f79c063 commit 32028e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven_buld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
gpg-private-key: ${{ secrets.SIGN_KEY }} # has to be read directly from secrets
# gpg-passphrase: SIGN_KEY_PASS # deprecated default name used by maven-gpg-plugin
env:
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.SIGN_KEY_PASS }}
- name: Build with Maven
# Available lifecycle phases are:
Expand Down

0 comments on commit 32028e9

Please sign in to comment.