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 3fc542e commit f4437a8Copy full SHA for f4437a8
2 files changed
.github/workflows/cd-config.yml
@@ -54,5 +54,5 @@ jobs:
54
55
- name: Sonar Analysis
56
if: ${{ github.actor != 'dependabot[bot]' }}
57
- run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }}
+ run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
58
.github/workflows/ci-config.yml
@@ -146,5 +146,5 @@ jobs:
146
run: mvn -B -ntp install -Pci
147
148
149
150
0 commit comments