We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2e2f7f commit 41dbcb9Copy full SHA for 41dbcb9
.github/workflows/sonarcloud.yaml
@@ -33,6 +33,6 @@ jobs:
33
- name: Run sonar-scanner
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} # Put the name of your token here
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Put the name of your token here
37
run: |
38
sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}"
0 commit comments