Skip to content

Commit

Permalink
Sonar - change token handling for scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Rhod committed Sep 7, 2023
1 parent cfedb31 commit c996256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
sonar-scanner-$SONAR_SCANNER_VERSION-linux/bin/sonar-scanner \
-Dsonar.login=$SONAR_TOKEN \
-Dsonar.token=$SONAR_TOKEN \
-Dsonar.cfamily.threads=$(nproc)
- name: clean up workspace
Expand Down

0 comments on commit c996256

Please sign in to comment.