WW-5232 Uses Apache specific SONARCLOUD_TOKEN secret

This commit is contained in:
Lukasz Lenart
2022-09-21 15:44:47 +02:00
parent dc1a663d69
commit 0fc71949ca
+1 -1
View File
@@ -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