Skip to content

Commit b45e684

Browse files
authored
Update sonarqube.yml
1 parent 2d45147 commit b45e684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
-Dsonar.host.url=https://sonarcloud.io \
6868
${PR_NUMBER:+ -Dsonar.pullrequest.key=$PR_NUMBER -Dsonar.pullrequest.branch=$PR_BRANCH }
6969
env:
70-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70+
GITHUB_TOKEN: ${{ secrets.PAT_TO_FORK }}
7171
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
7272
PR_NUMBER: ${{ github.event.pull_request.number }}
7373
PR_BRANCH: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)