Skip to content

Commit

Permalink
SonarCloud config update
Browse files Browse the repository at this point in the history
  • Loading branch information
hypfvieh committed Jul 13, 2024
1 parent 2474174 commit 801f573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
dbus-java-transport-tcp/pom.xml
dbus-java-utils/pom.xml
- name: SonarCloud Scan
run: mvn -B clean verify -Psonarcloud -Dsonar.login=${{ secrets.SONAR_TOKEN }}
run: mvn -B clean verify -Psonarcloud -Dsonar.token=${{ secrets.SONAR_TOKEN }}

0 comments on commit 801f573

Please sign in to comment.