You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2020/12/21 05:14:40 UTC

[iotdb] branch master updated: Revert "using sonar secret token" (#2298)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new b75ceb0  Revert "using sonar secret token" (#2298)
b75ceb0 is described below

commit b75ceb01627329b50c7df3462454f16bf666266a
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Mon Dec 21 13:14:27 2020 +0800

    Revert "using sonar secret token" (#2298)
    
    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 \