We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4650 commit cb9b856Copy full SHA for cb9b856
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
44
- name: Build and analyze
45
env:
46
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional: Needed to get PR information, if any
47
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
48
shell: powershell
49
run: |
0 commit comments