Skip to content

Commit

Permalink
Use sonar url variable parameter instead of the secret parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Dec 14, 2023
1 parent ce65771 commit 2d294dc
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 @@ -45,5 +45,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=Coreoz_Plume-showcase -Dsonar.organization=coreoz

0 comments on commit 2d294dc

Please sign in to comment.