Skip to content

Commit

Permalink
Update env to setup-jfrog-cli to use JF_ARTIFACTORY_SPRING
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Nov 15, 2024
1 parent b3375ce commit f1b11d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
shell: bash
run: |
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
shell: bash
run: |
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
shell: bash
run: |
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
shell: bash
run: |
Expand Down Expand Up @@ -774,7 +774,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ACCESS_TOKEN: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: Configure JFrog Cli
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- uses: jfrog/setup-jfrog-cli@v3
env:
JF_URL: 'https://repo.spring.io'
JF_ENV_1: ${{ secrets.JF_ARTIFACTORY_SPRING }}
JF_ARTIFACTORY_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
- name: 'Build: stream-applications-release-train'
shell: bash
timeout-minutes: 30
Expand Down

0 comments on commit f1b11d8

Please sign in to comment.