Skip to content

Commit

Permalink
Merge pull request #103 from equinix/fix-maven-credentials
Browse files Browse the repository at this point in the history
update maven credentials to Access User Token
  • Loading branch information
ocobles authored Jun 28, 2024
2 parents bf1beb5 + 83c697f commit b716dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ env:
SIGNING_KEY: ${{ secrets.JAVA_SIGNING_KEY }}
SIGNING_KEY_ID: ${{ secrets.JAVA_SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.JAVA_SIGNING_PASSWORD }}
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_USERNAME }}
PUBLISH_REPO_PASSWORD: ${{ secrets.OSSRH_TOKEN_PASSWORD }}
PUBLISH_REPO_USERNAME: ${{ secrets.OSSRH_TOKEN }}
PUBLISH_NRM: true
jobs:
publish_binary:
Expand Down

0 comments on commit b716dc8

Please sign in to comment.