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 2d1c442 commit 1de3f71Copy full SHA for 1de3f71
.github/workflows/ci-all.yml
@@ -22,11 +22,15 @@ jobs:
22
run: mvn clean install -DskipTests
23
24
- name: SonarQube Analysis
25
+ env:
26
+ SONAR_TOKEN_REMOTE: ${{ secrets.SONAR_TOKEN_REMOTE }}
27
+ SONAR_HOST_URL_REMOTE: ${{ secrets.SONAR_HOST_URL_REMOTE }}
28
run: |
29
mvn sonar:sonar \
30
-Dsonar.projectKey=spring-dynamic-microservices \
- -Dsonar.host.url=${{ secrets.SONAR_HOST_URL }} \
- -Dsonar.login=${{ secrets.SONAR_TOKEN }}
31
+ -Dsonar.organization=vijayagopalsb \
32
+ -Dsonar.host.url=${{ secrets.SONAR_HOST_URL_REMOTE }} \
33
+ -Dsonar.login=${{ secrets.SONAR_TOKEN_REMOTE }}
34
35
- name: Set up Docker Buildx
36
uses: docker/setup-buildx-action@v3
0 commit comments