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 dc1a663d6 WW-5232 Uses default SONAR_TOKEN name dc1a663d6 is described below commit dc1a663d69e2c2d84b32b5d8ce5fd514603ffb12 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Sep 20 16:22:59 2022 +0200 WW-5232 Uses default SONAR_TOKEN name --- .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 2f8ae774e..06601e4da 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.SONARCLOUD_TOKEN }} + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} run: mvn -B -V -Pcoverage verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar --no-transfer-progress