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

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new 205bf97fe Releasey: use Apache org Nexus credentials (#3651)
205bf97fe is described below

commit 205bf97fe76da3116ce8d4cd16da140034f99bd1
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Feb 4 07:57:17 2026 +0100

    Releasey: use Apache org Nexus credentials (#3651)
---
 .github/workflows/release-3-build-and-publish-artifacts.yml | 4 ++--
 .github/workflows/release-4-publish-release.yml             | 4 ++--
 .github/workflows/release-X-cancel-release-candidate.yml    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/release-3-build-and-publish-artifacts.yml 
b/.github/workflows/release-3-build-and-publish-artifacts.yml
index 2f15feaa5..70f37ca74 100644
--- a/.github/workflows/release-3-build-and-publish-artifacts.yml
+++ b/.github/workflows/release-3-build-and-publish-artifacts.yml
@@ -203,8 +203,8 @@ jobs:
       - name: Publish and close Apache Nexus staging repository
         id: publish-nexus
         env:
-          ORG_GRADLE_PROJECT_apacheUsername: ${{ secrets.APACHE_USERNAME }}
-          ORG_GRADLE_PROJECT_apachePassword: ${{ secrets.APACHE_PASSWORD }}
+          ORG_GRADLE_PROJECT_apacheUsername: ${{ 
secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          ORG_GRADLE_PROJECT_apachePassword: ${{ 
secrets.NEXUS_STAGE_DEPLOYER_PW }}
         run: |
           source "${LIBS_DIR}/_exec.sh"
 
diff --git a/.github/workflows/release-4-publish-release.yml 
b/.github/workflows/release-4-publish-release.yml
index 0e6bb9e48..5136ac3a6 100644
--- a/.github/workflows/release-4-publish-release.yml
+++ b/.github/workflows/release-4-publish-release.yml
@@ -365,8 +365,8 @@ jobs:
 
       - name: Release candidate repository on Nexus
         env:
-          ORG_GRADLE_PROJECT_apacheUsername: ${{ secrets.APACHE_USERNAME }}
-          ORG_GRADLE_PROJECT_apachePassword: ${{ secrets.APACHE_PASSWORD }}
+          ORG_GRADLE_PROJECT_apacheUsername: ${{ 
secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          ORG_GRADLE_PROJECT_apachePassword: ${{ 
secrets.NEXUS_STAGE_DEPLOYER_PW }}
         run: |
           source "${LIBS_DIR}/_exec.sh"
 
diff --git a/.github/workflows/release-X-cancel-release-candidate.yml 
b/.github/workflows/release-X-cancel-release-candidate.yml
index 10ae98bc5..080bc133c 100644
--- a/.github/workflows/release-X-cancel-release-candidate.yml
+++ b/.github/workflows/release-X-cancel-release-candidate.yml
@@ -121,8 +121,8 @@ jobs:
 
       - name: Drop Apache Nexus staging repository
         env:
-          NEXUS_USERNAME: ${{ secrets.APACHE_USERNAME }}
-          NEXUS_PASSWORD: ${{ secrets.APACHE_PASSWORD }}
+          NEXUS_USERNAME: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          NEXUS_PASSWORD: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
         run: |
           echo "::add-mask::$NEXUS_PASSWORD"
 

Reply via email to