We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef42772 commit 4c21390Copy full SHA for 4c21390
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.login="$GITHUB_TOKEN" --no-transfer-progress
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments