You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2021/02/05 16:02:48 UTC

[iotdb] branch remove_sonar_token created (now 9540626)

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

hxd pushed a change to branch remove_sonar_token
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 9540626  remove sonar token

This branch includes the following new commits:

     new 9540626  remove sonar token

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: remove sonar token

Posted by hx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 95406260a22e59772be8bcbcf00a099c9648c0af
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Sat Feb 6 00:02:08 2021 +0800

    remove sonar token
---
 .github/workflows/main-linux.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/main-linux.yml b/.github/workflows/main-linux.yml
index 162cbca..be72bb7 100644
--- a/.github/workflows/main-linux.yml
+++ b/.github/workflows/main-linux.yml
@@ -59,7 +59,6 @@ jobs:
         if: ${{ success() &&  matrix.java == '11'}}
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          SONAR_TOKEN: '2d9c9a58d772a57806a168e00181e3e19f2763dc'
         run: |
           mvn -B verify sonar:sonar \
           -Dsonar.organization=apache \