Skip to content

Commit 076dc65

Browse files
authored
Update sonarqube.yml
1 parent d6e1dd1 commit 076dc65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonarqube.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ jobs:
6464
-Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \
6565
-Dsonar.organization=spotbugs \
6666
-Dsonar.host.url=https://sonarcloud.io \
67-
-Dsonar.login=$SONAR_LOGIN \
67+
-Dsonar.token=$SONAR_TOKEN \
6868
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
SONAR_LOGIN: ${{ secrets.SONAR_LOGIN }}
71+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272
PR_NUMBER: ${{ github.event.pull_request.number }}
7373
PR_BRANCH: ${{ github.event.pull_request.head.ref }}
7474
CI: true

0 commit comments

Comments
 (0)