Skip to content

Commit 32dbf35

Browse files
committed
remove github token from sonarcloud workflow
1 parent f0da57a commit 32dbf35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

template/{% if HasWorkflows %}.github{% endif %}/workflows/{% if AddSonarCloud %}sonarcloud.yml{% endif %}

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,4 @@ jobs:
3636
- name: SonarCloud Scan
3737
uses: SonarSource/sonarqube-scan-action@v5
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
4039
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)