Skip to content

Commit

Permalink
[ci] Remove sonar token from wrong spot (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz authored Nov 28, 2024
1 parent a6f6d97 commit 0bff433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ 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 0bff433

Please sign in to comment.