We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5859bec commit 08cf80eCopy full SHA for 08cf80e
.github/workflows/sonar-pr.yml
@@ -93,7 +93,7 @@ jobs:
93
uses: sonarsource/sonarcloud-github-action@master
94
env:
95
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+ SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
97
with:
98
args: >
99
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}
0 commit comments