Skip to content

Commit 550ab1d

Browse files
committedJun 24, 2025·
Revert "test sonar token"
This reverts commit 53d4a92.
1 parent 1602597 commit 550ab1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.github/workflows/ci.yml

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

7777
- name: SonarQube
78-
env:
79-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_2025 }}
8078
run: |
8179
./gradlew sonar \
8280
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8381
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
84-
-Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
82+
-Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
8583
-Dsonar.qualitygate.wait=true
8684
8785
#Deployment

0 commit comments

Comments
 (0)
Please sign in to comment.