Skip to content

Commit

Permalink
fix: add back the sonar token (#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison authored Dec 5, 2024
1 parent ae9b531 commit eb3982e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
-Dsonar.projectKey=com.github.spotbugs:sonar-findbugs-plugin \
-Dsonar.organization=spotbugs \
-Dsonar.host.url=https://sonarcloud.io \
-Dsonar.token=$SONAR_TOKEN \
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
env:
GITHUB_TOKEN: ${{ secrets.PAT_TO_FORK }}
Expand Down

0 comments on commit eb3982e

Please # to comment.