Skip to content

Commit f4437a8

Browse files
committed
chaning the sonar login to token in ci and cd configs
1 parent 3fc542e commit f4437a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ jobs:
5454

5555
- name: Sonar Analysis
5656
if: ${{ github.actor != 'dependabot[bot]' }}
57-
run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }}
57+
run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
5858

.github/workflows/ci-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ jobs:
146146
run: mvn -B -ntp install -Pci
147147

148148
- name: Sonar Analysis
149-
run: mvn sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }}
149+
run: mvn sonar:sonar -Dsonar.token=${{ secrets.SONARQUBE_TOKEN }}
150150

0 commit comments

Comments
 (0)