Skip to content

Commit

Permalink
Fix extended services release jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Sep 12, 2024
1 parent 4b31203 commit 784ef14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build_extended_services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 784ef14

Please sign in to comment.