This is an automated email from the ASF dual-hosted git repository.

hxd pushed a commit to branch revert-2257-using_sonar_secret_token
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 7f4befa199dcd02b7b7fa6ecbf616542dc6a1bd0
Author: Xiangdong Huang <[email protected]>
AuthorDate: Mon Dec 21 12:25:37 2020 +0800

    Revert "using sonar secret token"
    
    This reverts commit fd68ec5f0563b6e500b8d0f41ca1921212682da8.
---
 .github/workflows/sonar_and_coverall.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar_and_coverall.yml 
b/.github/workflows/sonar_and_coverall.yml
index 9875c32..f3d85dd 100644
--- a/.github/workflows/sonar_and_coverall.yml
+++ b/.github/workflows/sonar_and_coverall.yml
@@ -38,7 +38,7 @@ jobs:
       - name: SonarCloud Test
         env: 
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
+          SONAR_TOKEN: '2d9c9a58d772a57806a168e00181e3e19f2763dc'
         run: |
           mvn -B verify sonar:sonar \
           -Dsonar.organization=apache \

Reply via email to