Skip to content

Commit

Permalink
Update pull-request-checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plnknr authored Nov 28, 2024
1 parent f2cb265 commit 73a879b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
run: mvn --settings settings.xml -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=afet-yonetim-sistemi_ays-be_d0f7524c-aae5-4394-976c-0b286114d7ff -Dsonar.projectName='ays-be'
SONAR_PROJECT_KEY: ${{ secrets.SONAR_PROJECT_KEY }}
run: mvn --settings settings.xml -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=${{ secrets.SONAR_PROJECT_KEY }} -Dsonar.projectName='ays-be'

0 comments on commit 73a879b

Please sign in to comment.