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

piergiorgio pushed a commit to branch CONNECTORS-1754
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/CONNECTORS-1754 by this push:
     new 2321137f0 Fix for the GitHub workflow (CONNECTORS-1754)
2321137f0 is described below

commit 2321137f0bf89a16db21de808d3e01d49df9635b
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Sat Jun 15 23:15:47 2024 +0200

    Fix for the GitHub workflow (CONNECTORS-1754)
---
 .github/asf-deploy-settings.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/asf-deploy-settings.xml b/.github/asf-deploy-settings.xml
index fece670ba..305c08092 100644
--- a/.github/asf-deploy-settings.xml
+++ b/.github/asf-deploy-settings.xml
@@ -24,8 +24,8 @@
   
     <server>
       <id>apache.releases.https</id>
-      <username>${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}</username>
-      <password>${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}</password>
+      <username>${{ secrets.NEXUS_USER }}</username>
+      <password>${{ secrets.NEXUS_PW }}</password>
     </server>
     <server>
       <id>apache.snapshots.https</id>

Reply via email to