We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ac054 commit 731fe61Copy full SHA for 731fe61
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
./gradlew sonar \
80
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
81
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82
- -Dsonar.token=${{ secrets.SONAR_TOKEN }} \
+ -Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
83
-Dsonar.qualitygate.wait=true
84
85
#Deployment
0 commit comments