Skip to content

Commit 9a45e86

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/vitest-7d4cb18f35
2 parents 5b9bee5 + 60a4769 commit 9a45e86

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)