Skip to content

Commit 60a4769

Browse files
authored
Update continuous-testing.yml
1 parent e4fe13f commit 60a4769

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Continuous Testing
22

33
env:
44
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
56

67
on:
78
push:
@@ -36,5 +37,5 @@ jobs:
3637
- name: SonarCloud Scan
3738
uses: SonarSource/[email protected]
3839
env:
39-
SONAR_TOKEN: ${{ secrets. SONARCLOUD_TOKEN }}
40-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)