Skip to content

Commit 22d5caf

Browse files
committed
Fix release workflow to use correct JF_URL secret
1 parent 40d65cf commit 22d5caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install jfrog cli
2626
uses: jfrog/setup-jfrog-cli@v4
2727
env:
28-
JF_URL: ${{ secrets.ARTIFACTORY_URL }}
28+
JF_URL: ${{ secrets.JF_URL }}
2929
JF_ACCESS_TOKEN: ${{ secrets.ARTIFACTORY_ACCESS_TOKEN }}
3030

3131
- name: Scan with jfrog audit

0 commit comments

Comments
 (0)