Skip to content

Commit 36e011d

Browse files
authored
Update JF_URL docs (#382)
1 parent 85e11d5 commit 36e011d

File tree

2 files changed

+2
-2
lines changed
  • github-action-examples

2 files changed

+2
-2
lines changed

github-action-examples/oidc-github-actions-example/.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: jfrog/setup-jfrog-cli@v4
1717
env:
1818
# JFrog platform url (for example: https://acme.jfrog.io)
19-
JF_URL: ${{ secrets.JF_URL }}
19+
JF_URL: ${{ vars.JF_URL }}
2020
with:
2121
# Name of the OIDC provider as specified on the OIDC integration page in the JFrog Platform
2222
oidc-provider-name: setup-jfrog-cli

github-action-examples/simple-github-action-example/.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: jfrog/setup-jfrog-cli@v4
1212
env:
1313
# JFrog platform url (for example: https://acme.jfrog.io)
14-
JF_URL: ${{ secrets.JF_URL }}
14+
JF_URL: ${{ vars.JF_URL }}
1515

1616
# JFrog Platform access token
1717
JF_ACCESS_TOKEN: ${{ secrets.JF_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)