We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca5eb7 commit 0fafd8eCopy full SHA for 0fafd8e
1 file changed
.github/workflows/distribute-maven.yml
@@ -57,8 +57,8 @@ jobs:
57
SSH_PORT: 2222
58
WORKFLOW: distribute-maven.yml
59
NJORD_STORE: njord-deployer
60
- RAO_USERNAME: ${{ secrets.RAO_USERNAME }}
61
- RAO_PASSWORD: ${{ secrets.RAO_PASSWORD }}
+ CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
+ CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
62
TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ inputs.distribution-package }}-${{ inputs.distribution-version }}"
63
steps:
64
0 commit comments