Skip to content

Commit

Permalink
Update sonar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolvlsantos authored May 4, 2024
1 parent 72bfbb1 commit 2df4ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Maven and Analyze
run: mvn -U -B --no-transfer-progress --file pom.xml verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
env:
TOOL: sonar
TOOL: 'sonar'
GIT_TOKEN: ${{ secrets.GIT_TOKEN }} # for tests
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 2df4ea7

Please sign in to comment.