Skip to content

Commit 53d4a92

Browse files
test sonar token
1 parent 4372c2d commit 53d4a92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ jobs:
7575
run: ./gradlew javadoc
7676

7777
- name: SonarQube
78+
env:
79+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_2025 }}
7880
run: |
7981
./gradlew sonar \
8082
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8183
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82-
-Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
84+
-Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
8385
-Dsonar.qualitygate.wait=true
8486
8587
#Deployment

0 commit comments

Comments
 (0)