Skip to content

Commit 08cf80e

Browse files
authored
ci: fix sonar qube token name (#681)
1 parent 5859bec commit 08cf80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: sonarsource/sonarcloud-github-action@master
9494
env:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
96-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
96+
SONAR_TOKEN: ${{ secrets.SONARQUBE_SCANNER }}
9797
with:
9898
args: >
9999
-Dsonar.scm.revision=${{ github.event.workflow_run.head_sha }}

0 commit comments

Comments
 (0)