Add commercial repository references to CI

See gh-42333
This commit is contained in:
Phillip Webb
2024-10-01 13:51:11 -07:00
parent 4b54e48789
commit 03d795f9bc
5 changed files with 48 additions and 6 deletions

View File

@@ -50,6 +50,10 @@ jobs:
java-toolchain: ${{ matrix.java.toolchain }}
java-distribution: ${{ matrix.java.distribution }}
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
commercial-repository-username: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_USERNAME }}
commercial-repository-password: ${{ secrets.COMMERCIAL_ARTIFACTORY_RO_PASSWORD }}
commercial-release-repository-url: ${{ vars.COMMERCIAL_RELEASE_REPO_URL }}
commercial-snapshot-repository-url: ${{ vars.COMMERCIAL_SNAPSHOT_REPO_URL }}
- name: Send Notification
uses: ./.github/actions/send-notification
if: always()