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 4372c2d commit 53d4a92Copy full SHA for 53d4a92
.github/workflows/ci.yml
@@ -75,11 +75,13 @@ jobs:
75
run: ./gradlew javadoc
76
77
- name: SonarQube
78
+ env:
79
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_2025 }}
80
run: |
81
./gradlew sonar \
82
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
83
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
- -Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
84
+ -Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
85
-Dsonar.qualitygate.wait=true
86
87
#Deployment
0 commit comments