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 0fc71949c WW-5232 Uses Apache specific SONARCLOUD_TOKEN secret
0fc71949c is described below

commit 0fc71949ca3ee316174235dc7864f1d672051124
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Sep 21 15:44:47 2022 +0200

    WW-5232 Uses Apache specific SONARCLOUD_TOKEN secret
---
 .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