Skip to content

Commit

Permalink
Fix secret name in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marad committed Sep 29, 2023
1 parent d3d5b35 commit aad4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-maven-central.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
arguments: publishAllPublicationsToOSSRHRepository
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
GPG_KEY: ${{ secrets.GPG_KEY }}
GPG_PASS: ${{ secrets.GPG_PASS }}

0 comments on commit aad4e5a

Please sign in to comment.