Change ci-snapshot.yml to USW1 repo and respective runner
This commit is contained in:
5
.github/workflows/ci-snapshot.yml
vendored
5
.github/workflows/ci-snapshot.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user