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
commit 001b4426c6d47b855c9ea54e3671cbddfb4c6027 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]
