Skip to content

Commit

Permalink
ci: read the Central username from the secrets in the build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jun 19, 2024
1 parent f4673c6 commit 1419331
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 @@ -31,6 +31,7 @@ jobs:
|| github.event.pull_request.head.repo.full_name == github.repository
)
}}
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 1419331

Please sign in to comment.