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:03:28 UTC

[iotdb] branch remove_sonar_token updated: remove unused token

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


The following commit(s) were added to refs/heads/remove_sonar_token by this push:
     new f253c5a  remove unused token
f253c5a is described below

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

    remove unused token
---
 .github/workflows/main-linux.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/main-linux.yml b/.github/workflows/main-linux.yml
index be72bb7..d6799b7 100644
--- a/.github/workflows/main-linux.yml
+++ b/.github/workflows/main-linux.yml
@@ -57,8 +57,6 @@ jobs:
           -Pcode-coverage
       - name: SonarCloud Report
         if: ${{ success() &&  matrix.java == '11'}}
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         run: |
           mvn -B verify sonar:sonar \
           -Dsonar.organization=apache \