Skip to content

Commit

Permalink
ci: use Maven Central tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Jun 18, 2024
1 parent f7152b5 commit 00a95a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
should-run-codecov: false
should-deploy: true
github-token: ${{ github.token }}
maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
maven-central-password: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
signing-key: ${{ secrets.SIGNING_KEY }}
signing-password: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 00a95a7

Please sign in to comment.