Skip to content

Commit 0fafd8e

Browse files
committed
Pull correct secrets into env
1 parent 6ca5eb7 commit 0fafd8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/distribute-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ jobs:
5757
SSH_PORT: 2222
5858
WORKFLOW: distribute-maven.yml
5959
NJORD_STORE: njord-deployer
60-
RAO_USERNAME: ${{ secrets.RAO_USERNAME }}
61-
RAO_PASSWORD: ${{ secrets.RAO_PASSWORD }}
60+
CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
61+
CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
6262
TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ inputs.distribution-package }}-${{ inputs.distribution-version }}"
6363
steps:
6464

0 commit comments

Comments
 (0)