Reverts back to SONAR_TOKEN

This commit is contained in:
Lukasz Lenart
2022-09-21 17:17:07 +02:00
parent 0fc71949ca
commit 9fb86054bb
+1 -1
View File
@@ -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