Skip to content

Commit b75ceb0

Browse files
authored
Revert "using sonar secret token" (#2298)
This reverts commit fd68ec5.
1 parent 59e9b9c commit b75ceb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar_and_coverall.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: SonarCloud Test
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41-
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
41+
SONAR_TOKEN: '2d9c9a58d772a57806a168e00181e3e19f2763dc'
4242
run: |
4343
mvn -B verify sonar:sonar \
4444
-Dsonar.organization=apache \

0 commit comments

Comments
 (0)