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 3400f9a  Rename njord store to make it more obvious deployment came 
from ATR
3400f9a is described below

commit 3400f9af1b5e585441894f19fc6eaa8aef2ded7b
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 21 14:45:03 2026 +0000

    Rename njord store to make it more obvious deployment came from ATR
---
 .github/workflows/distribute-maven-stg.yml | 2 +-
 .github/workflows/distribute-maven.yml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven-stg.yml 
b/.github/workflows/distribute-maven-stg.yml
index 627f199..662ff72 100644
--- a/.github/workflows/distribute-maven-stg.yml
+++ b/.github/workflows/distribute-maven-stg.yml
@@ -56,7 +56,7 @@ jobs:
       ATR_HOST: release-test.apache.org
       SSH_PORT: 2222
       WORKFLOW: distribute-maven-stg.yml
-      NJORD_STORE: njord-deployer
+      NJORD_STORE: atr-deployment-${{ inputs.distribution-package }}-${{ 
inputs.distribution-version }}
       RAO_USERNAME: ${{ secrets.RAO_USERNAME }}
       RAO_PASSWORD: ${{ secrets.RAO_PASSWORD }}
       TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ 
inputs.distribution-package }}-${{ inputs.distribution-version }}"
diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 2740b98..82b9bfb 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -56,7 +56,7 @@ jobs:
       ATR_HOST: release-test.apache.org
       SSH_PORT: 2222
       WORKFLOW: distribute-maven.yml
-      NJORD_STORE: njord-deployer
+      NJORD_STORE: atr-deployment-${{ inputs.distribution-package }}-${{ 
inputs.distribution-version }}
       CENTRAL_USERNAME: ${{ secrets.CENTRAL_USERNAME }}
       CENTRAL_PASSWORD: ${{ secrets.CENTRAL_PASSWORD }}
       TAG_NAME: "${{ inputs.distribution-owner-namespace }}-${{ 
inputs.distribution-package }}-${{ inputs.distribution-version }}"


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

Reply via email to