Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
zerasul committed Oct 9, 2023
1 parent e20b360 commit af74c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- develop

env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_TOKEN: ${{ secrets.BLASK_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
sonar-scanner \
-Dsonar.login=$SONAR_TOKEN \
-Dsonar.projectKey=blask-project-key \
-Dsonar.projectKey=zerasul-github_blask \
-Dsonar.sources=blask/ \
-Dsonar.organization=zerasul-github \
-Dsonar.python.coverage.reportPaths=coverage.xml \
Expand Down

0 comments on commit af74c92

Please sign in to comment.