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 2d45147 commit b45e684Copy full SHA for b45e684
.github/workflows/sonarqube.yml
@@ -67,7 +67,7 @@ jobs:
67
-Dsonar.host.url=https://sonarcloud.io \
68
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
69
env:
70
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PAT_TO_FORK }}
71
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
72
PR_NUMBER: ${{ github.event.pull_request.number }}
73
PR_BRANCH: ${{ github.event.pull_request.head.ref }}
0 commit comments