Skip to content

Commit 88c4deb

Browse files
committed
chore(ci): use sonar token
Signed-off-by: Marc Nuri <[email protected]>
1 parent a0a8b5e commit 88c4deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
env:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43-
SONAR_LOGIN_TOKEN: ${{ secrets.SONAR_LOGIN_TOKEN }}
43+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4444
steps:
4545
- name: Checkout
4646
uses: actions/checkout@v4

0 commit comments

Comments
 (0)