Skip to content

Commit

Permalink
fix SONAR_TOKEN reference
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Nov 6, 2024
1 parent 149f12d commit 2bd705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- id: run_sonarqube
name: sonarqube
env:
SONAR_TOKEN: ${{ secrets.CG_SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.CG_SONAR_LOGIN }}
run: |
mvn \
-s .mvn/settings.xml \
Expand Down

0 comments on commit 2bd705c

Please sign in to comment.