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 07f13af + 60a4769 commit 653e45aCopy full SHA for 653e45a
.github/workflows/continuous-testing.yml
@@ -2,6 +2,7 @@ name: Continuous Testing
2
3
env:
4
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
6
7
on:
8
push:
@@ -36,5 +37,5 @@ jobs:
36
37
- name: SonarCloud Scan
38
uses: SonarSource/[email protected]
39
- SONAR_TOKEN: ${{ secrets. SONARCLOUD_TOKEN }}
40
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments