Skip to content

Commit 878173a

Browse files
authored
Update sonar_test.yml
1 parent a55e6e4 commit 878173a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sonar_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: jfrog/setup-jfrog-cli@v4
2222
env:
2323
JF_URL: https://${{ vars.JF_URL }}
24-
with:
25-
oidc-provider-name: jfrog-github-oidc
24+
JF_ACCESS_TOKEN: ${{ secrets.JF_TOKEN }}
25+
2626

2727
# Run --version
2828
- name: Check versions

0 commit comments

Comments
 (0)