Skip to content

Commit dc4b275

Browse files
Testing
1 parent e9bd6d7 commit dc4b275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
run: dotnet restore "${{ env.solution-path }}"
6161
- name: Build and analyze
6262
env:
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6364
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6465
shell: powershell
6566
run: |

0 commit comments

Comments
 (0)