Skip to content

Commit 41dbcb9

Browse files
committed
Correct the name of the sonar token secret.
1 parent f2e2f7f commit 41dbcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Run sonar-scanner
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
36+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here
3737
run: |
3838
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"

0 commit comments

Comments
 (0)