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

rantunes pushed a commit to branch jit-executor-10
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/jit-executor-10 by this push:
     new 87fc2dff0 Fix jit-executor-rc workflow
87fc2dff0 is described below

commit 87fc2dff0bbf5eef89b1b2c0b23b1586161372cc
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 13:09:37 2024 -0300

    Fix jit-executor-rc workflow
---
 .github/workflows/publish-jitexecutor-native-rc.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index 5f631310d..689023234 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -72,8 +72,8 @@ jobs:
            <servers>
              <server>
                <id>apache.releases.https</id>
-               <username>${{ secrets.NEXUS_USER }}</username>
-               <password>${{ secrets.NEXUS_PW }}</password>
+               <username>${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}</username>
+               <password>${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}</password>
              </server>
              <server>
                <id>apache.snapshots.https</id>
@@ -163,8 +163,8 @@ jobs:
            <servers>
              <server>
                <id>apache.releases.https</id>
-               <username>${{ secrets.NEXUS_USER }}</username>
-               <password>${{ secrets.NEXUS_PW }}</password>
+               <username>${{ secrets.NEXUS_STAGE_DEPLOYER_USER }}</username>
+               <password>${{ secrets.NEXUS_STAGE_DEPLOYER_PW }}</password>
              </server>
              <server>
                <id>apache.snapshots.https</id>


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

Reply via email to