This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 0fafd8e  Pull correct secrets into env
0fafd8e is described below

commit 0fafd8e1be9670a6b2d9cd75ed59ee96823bfaad
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 21 11:46:56 2026 +0000

    Pull correct secrets into env
---
 .github/workflows/distribute-maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 64c7974..6e7a66a 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -57,8 +57,8 @@ jobs:
       SSH_PORT: 2222
       WORKFLOW: distribute-maven.yml
       NJORD_STORE: njord-deployer
-      RAO_USERNAME: ${{ secrets.RAO_USERNAME }}
-      RAO_PASSWORD: ${{ secrets.RAO_PASSWORD }}
+      CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
+      CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
       TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ 
inputs.distribution-package }}-${{ inputs.distribution-version }}"
     steps:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to