Skip to content

Commit

Permalink
chore: Updated sonarcloud.yml - fixed sonarcloud key
Browse files Browse the repository at this point in the history
  • Loading branch information
snovak7 committed Oct 1, 2023
1 parent 06b9832 commit c13e74c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin `
/k:"escendit_cassandra-dotnet-extensions" `
/k:"escendit_cassandra-orleans-extensions" `
/o:"escendit" `
/v:${{ env.GitVersion_FullSemVer }} `
/d:sonar.login="${{ secrets.SONAR_TOKEN }}" `
Expand All @@ -86,7 +86,7 @@ jobs:
shell: powershell
run: |
.\.sonar\scanner\dotnet-sonarscanner begin `
/k:"escendit_cassandra-dotnet-extensions" `
/k:"escendit_cassandra-orleans-extensions" `
/o:"escendit" `
/v:${{ env.GitVersion_FullSemVer }} `
/d:sonar.pullrequest.key="${{ github.event.pull_request.number }}" `
Expand Down

0 comments on commit c13e74c

Please sign in to comment.