1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-19 21:21:22 +01:00

Removed unnecessary github token (#5259)

This commit is contained in:
Matt Andreko 2025-01-13 17:02:35 -05:00 committed by GitHub
parent 82508fb7a9
commit 0645f51b65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,6 @@ jobs:
- name: Scan with SonarCloud
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
dotnet-sonarscanner begin /k:"${{ github.repository_owner }}_${{ github.event.repository.name }}" \
/d:sonar.test.inclusions=test/,bitwarden_license/test/ \