Skip to content

Commit

Permalink
SNSUNI-102: Fixing maven central publishing workflow due to changes i…
Browse files Browse the repository at this point in the history
…n SONATYPE authorization
  • Loading branch information
pjazdzyk committed Sep 1, 2024
1 parent f443367 commit 5f596ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mult-deploy-to-central.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
shell: bash
env:
MAVEN_USERNAME: ${{ secrets.NEXUS_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.NEXUS_PASSWORD }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}
MAVEN_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}

0 comments on commit 5f596ba

Please sign in to comment.