There was an error while loading. Please reload this page.
1 parent a8d84ed commit 9598b96Copy full SHA for 9598b96
1 file changed
.github/workflows/maven.yml
@@ -42,6 +42,6 @@ jobs:
42
cache: 'maven'
43
44
- name: Build, test and quality scan
45
- run: mvn clean verify -DskipITs=false org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=${{ secrets.SONAR_TOKEN }} --no-transfer-progress
+ run: mvn clean verify -DskipITs=false org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.organization=hakky54 -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=${{ secrets.SONAR_TOKEN }} --no-transfer-progress
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments