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 4813fe3bf Fix jit-executor-rc workflow
4813fe3bf is described below
commit 4813fe3bf16237a5027603a4dcdc1a0b57db9bcd
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Aug 27 11:14:50 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 689023234..5f631310d 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_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>
@@ -163,8 +163,8 @@ jobs:
<servers>
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]