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

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


The following commit(s) were added to refs/heads/main by this push:
     new d76b28109 Use correct secrets to deploy release candidates to nexus
d76b28109 is described below

commit d76b28109bd4a5c6c84ddcbe46ba97fdf1fd8e67
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Sep 9 08:26:50 2025 -0400

    Use correct secrets to deploy release candidates to nexus
    
    DAFFODIL-2971
---
 .github/workflows/release-candidate.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release-candidate.yml 
b/.github/workflows/release-candidate.yml
index a62261704..1a975fe4c 100644
--- a/.github/workflows/release-candidate.yml
+++ b/.github/workflows/release-candidate.yml
@@ -52,8 +52,8 @@ jobs:
           gpg_signing_key: ${{ secrets.DAFFODIL_GPG_SECRET_KEY }}
           svn_username: ${{ secrets.DAFFODIL_SVN_DEV_USERNAME }}
           svn_password: ${{ secrets.DAFFODIL_SVN_DEV_PASSWORD }}
-          nexus_username: ${{ secrets.NEXUS_USER }}
-          nexus_password: ${{ secrets.NEXUS_PW }}
+          nexus_username: ${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}
+          nexus_password: ${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}
           publish: true
 
       - name: Install Dependencies

Reply via email to