We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ec338b + 32cb448 commit 95c1010Copy full SHA for 95c1010
.github/workflows/post-integration.yml
@@ -62,9 +62,9 @@ jobs:
62
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
63
shell: pwsh
64
run: |
65
- dotnet sonarscanner begin /k:"atc-coding-rules-updater" /o:"atc-net" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
+ dotnet sonarscanner begin /k:"atc-coding-rules-updater" /o:"atc-net" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
66
dotnet build -c Release /p:UseSourceLink=true --no-restore
67
- dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
+ dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
68
69
- name: ⏩ Merge to stable-branch
70
0 commit comments