Skip to content

Commit

Permalink
Update JF_URL docs (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored Jul 8, 2024
1 parent 85e11d5 commit 36e011d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: jfrog/setup-jfrog-cli@v4
env:
# JFrog platform url (for example: https://acme.jfrog.io)
JF_URL: ${{ secrets.JF_URL }}
JF_URL: ${{ vars.JF_URL }}
with:
# Name of the OIDC provider as specified on the OIDC integration page in the JFrog Platform
oidc-provider-name: setup-jfrog-cli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: jfrog/setup-jfrog-cli@v4
env:
# JFrog platform url (for example: https://acme.jfrog.io)
JF_URL: ${{ secrets.JF_URL }}
JF_URL: ${{ vars.JF_URL }}

# JFrog Platform access token
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}
Expand Down

0 comments on commit 36e011d

Please sign in to comment.