Skip to content

Commit

Permalink
[TEST_SONATYPE_TOKENS] Update sonatype tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Jun 24, 2024
1 parent 286734c commit 4152b4d
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 @@ -21,7 +21,7 @@ jobs:
- name: Publish Maven
run: ./.github/workflows/scripts/publish-maven.sh
env:
NEXUS_USERNAME: ${{ secrets.SONATYPE_OSSRH_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.SONATYPE_OSSRH_PASSWORD }}
NEXUS_USERNAME: ${{ secrets.SONATYPE_OSSRH_TOKEN_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.SONATYPE_OSSRH_TOKEN_PASSWORD }}
SIGNING_PRIVATE_KEY: ${{ secrets.PGP_PRIVATE_KEY }}
SIGNING_PASSWORD: ${{ secrets.PGP_PASSPHRASE }}

0 comments on commit 4152b4d

Please sign in to comment.