Change ci-snapshot.yml to USW1 repo and respective runner

This commit is contained in:
Artem Bilan
2024-06-11 14:13:32 -04:00
parent d41b5e7722
commit 57688c4d73

View File

@@ -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 }}