[CI] Change JFrog CLI install to use JF_ARTIFACTORY_SPRING
This commit is contained in:
4
.github/workflows/common.yml
vendored
4
.github/workflows/common.yml
vendored
@@ -660,9 +660,7 @@ jobs:
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ACCESS_TOKEN: '${{ secrets.ARTIFACTORY_PASSWORD }}'
|
||||
JF_USER: '${{ secrets.ARTIFACTORY_USERNAME }}'
|
||||
JF_PASSWORD: '${{ secrets.ARTIFACTORY_PASSWORD }}'
|
||||
JF_ACCESS_TOKEN: '${{ secrets.JF_ARTIFACTORY_SPRING }}'
|
||||
- name: Configure JFrog Cli for Snapshot
|
||||
if: ${{ needs.parameters.outputs.build_version_type == 'snapshot' }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user