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 13:31:08 UTC

[hadoop-ozone] branch HDDS-2587 updated: fix the name of the sonarcloud secret

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/9569d9b88a89b9d7dc01fe1736c2d5968463c804

The following commit(s) were added to refs/heads/HDDS-2587 by this push:
     new 9569d9b  fix the name of the sonarcloud secret
9569d9b is described below

commit 9569d9b88a89b9d7dc01fe1736c2d5968463c804
Author: Márton Elek <el...@apache.org>
AuthorDate: Wed Nov 20 14:30:38 2019 +0100

    fix the name of the sonarcloud secret
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d82e32d..ed2d406 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -63,7 +63,7 @@ jobs:
           with:
             args: ./hadoop-ozone/dev-support/checks/sonar.sh
           env:
-            SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+            SONAR_TOKEN: ${{ secrets.SONARCLOUD_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