You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/20 14:12:32 UTC

[hadoop-ozone] branch HDDS-2587 updated: github token is required by sonar cloud

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

elek pushed a commit to branch HDDS-2587
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


View the commit online:
https://github.com/apache/hadoop-ozone/commit/df04096b7be58f76363e789e51af15e47d89b443

The following commit(s) were added to refs/heads/HDDS-2587 by this push:
     new df04096  github token is required by sonar cloud
df04096 is described below

commit df04096b7be58f76363e789e51af15e47d89b443
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Nov 20 15:11:50 2019 +0100

    github token is required by sonar cloud
---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ed2d406..c6f2ee5 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -64,6 +64,7 @@ jobs:
             args: ./hadoop-ozone/dev-support/checks/sonar.sh
           env:
             SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
+            GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         - uses: actions/upload-artifact@master
           if: always()
           with:


---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-commits-help@hadoop.apache.org