Skip to content

Commit

Permalink
Fix sonar command but still await user token
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Aug 22, 2024
1 parent e18acb1 commit b9e680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
java-version: 21
- name: Build and analyze
run: mvn clean verify sonar:sonar -Dsonar.token=${{ secrets.SONAR_TOKEN }}
run: mvn clean verify sonar:sonar -Dsonar.login=${{ secrets.SONAR_TOKEN }}

0 comments on commit b9e680c

Please sign in to comment.