We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37de161 commit 1c2fc97Copy full SHA for 1c2fc97
.github/workflows/sonarcloud.yml
@@ -17,7 +17,8 @@ jobs:
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
- - uses: SonarSource/sonarqube-scan-action@master
+ - if: ${{ secrets.SONAR_TOKEN != '' }}
21
+ uses: SonarSource/sonarqube-scan-action@master
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments