Skip to content

Commit cb9b856

Browse files
committed
other files mods
1 parent 23c4650 commit cb9b856

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
4444
- name: Build and analyze
4545
env:
46-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional: Needed to get PR information, if any
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4848
shell: powershell
4949
run: |

0 commit comments

Comments
 (0)