Skip to content

Commit 00ddc1f

Browse files
committed
sonarcloud.yml fix 2
1 parent 30bc3a3 commit 00ddc1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
uses: SonarSource/sonarcloud-github-action@v2
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
52+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
sonar.projectKey=olyapka84_python-project-52
22
sonar.organization=olyapka84
3-
sonar.language=py
43
sonar.python.version=3.11
54
sonar.sources=task_manager
65
sonar.tests=tests

0 commit comments

Comments
 (0)