Skip to content

Commit

Permalink
Removed unnecessary github token (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandreko-bitwarden authored Jan 13, 2025
1 parent 82508fb commit 0645f51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 0645f51

Please sign in to comment.