We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 978cef3 commit e2bcde2Copy full SHA for e2bcde2
.github/workflows/complete-workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
distribution: 'zulu'
15
cache: maven
16
- name: Build with Maven cloud
17
- run: mvn -B verify sonar:sonar -Dsonar.projectKey=javaprojectreachability -Dsonar.organization=javaprojectreachability -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
+ run: mvn -B verify sonar:sonar -Dsonar.projectKey=dotnetgithubactionsproject -Dsonar.organization=dotnetgithubactionsorg -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments