Skip to content

Commit 0ce2752

Browse files
committed
fix: don't pass GITHUB_TOKEN to sonar scan
Sonar scan does not need GITHUB_TOKEN to do its thing. Refs: KEH-191
1 parent c46a943 commit 0ce2752

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-django-api.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,5 +177,4 @@ jobs:
177177
with:
178178
projectBaseDir: ${{ inputs.working-directory }}
179179
env:
180-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
181180
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)