Skip to content

Commit ad4b8d4

Browse files
authored
Update dotnet.yml
1 parent 6d31495 commit ad4b8d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434

3535
- name: SonarCloud Scan
3636
uses: sonarsource/sonarcloud-github-action@master
37+
with:
38+
args: >
39+
-Dsonar.organization=managedcode
40+
-Dsonar.projectKey=managedcode_Storage
41+
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
3742
env:
3843
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3944
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)