From 57688c4d736f4437fed6b1f6a24c18a7dd014f41 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 11 Jun 2024 14:13:32 -0400 Subject: [PATCH] Change `ci-snapshot.yml` to `USW1` repo and respective runner --- .github/workflows/ci-snapshot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-snapshot.yml b/.github/workflows/ci-snapshot.yml index 346f72d1..114f8df8 100644 --- a/.github/workflows/ci-snapshot.yml +++ b/.github/workflows/ci-snapshot.yml @@ -15,9 +15,10 @@ jobs: build-snapshot: uses: spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main with: - artifactoryUrl: https://repo.spring.vmware.com - targetRepository: spring-commercial-snapshot-local + artifactoryUrl: https://usw1.packages.broadcom.com + targetRepository: spring-enterprise-maven-dev-local artifactoryProjectKey: spring + runner: ubuntu22-2-8 secrets: ARTIFACTORY_USERNAME: ${{ secrets.COMMERCIAL_ARTIFACTORY_USERNAME }} ARTIFACTORY_PASSWORD: ${{ secrets.COMMERCIAL_ARTIFACTORY_PASSWORD }}