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

lukaszlenart pushed a commit to branch WW-5232-gh-actions
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/WW-5232-gh-actions by this 
push:
     new 296b3cc89 Uses SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
296b3cc89 is described below

commit 296b3cc89c9b9be5bc67de0ba6b5db78f60cbe5d
Author: Lukasz Lenart <[email protected]>
AuthorDate: Wed Sep 21 17:27:20 2022 +0200

    Uses SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 06601e4da..2f8ae774e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -53,5 +53,5 @@ jobs:
         if: matrix.java == '11'
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
+          SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
         run: mvn -B -V -Pcoverage verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress

Reply via email to