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.
2 parents f8aa4f2 + 76b1aab commit 9c3618fCopy full SHA for 9c3618f
.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-test" /o:"atc-net" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io"
+ dotnet sonarscanner begin /k:"atc-test" /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