This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch extended-services-release-job
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/extended-services-release-job
by this push:
new 784ef14f1cd Fix extended services release jobs
784ef14f1cd is described below
commit 784ef14f1cd0dc9f013cc9271cf255ef28d0f300
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Thu Sep 12 13:51:15 2024 -0300
Fix extended services release jobs
---
.github/workflows/release_build_extended_services.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index 2268cc5935a..b219f03b1d0 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -461,8 +461,8 @@ jobs:
if: ${{ !inputs.dry_run }}
shell: bash
env:
- SVN_USERNAME: svn_dist_kie
- SVN_PASSWORD: ${{ secrets.svc-dist-kie-pass }}
+ SVN_USERNAME: ${{ secrets.INCUBATOR_SVN_DEV_USERNAME }}
+ SVN_PASSWORD: ${{ secrets.INCUBATOR_SVN_DEV_PASSWORD }}
RELEASE_CANDIDATE_VERSION: ${{ inputs.release_candidate_version }}
run: |
svn co --depth=empty
https://dist.apache.org/repos/dist/dev/incubator/kie/$RELEASE_CANDIDATE_VERSION/
svn-kie
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]