We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bd6d7 commit dc4b275Copy full SHA for dc4b275
.github/workflows/ci-build.yml
@@ -60,6 +60,7 @@ jobs:
60
run: dotnet restore "${{ env.solution-path }}"
61
- name: Build and analyze
62
env:
63
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
64
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
65
shell: powershell
66
run: |
0 commit comments