Update GitHub Action

Resolves #4346
This commit is contained in:
Robert McNees
2023-04-10 11:21:00 -04:00
committed by Mahmoud Ben Hassine
parent e61065ab00
commit babb91342d

View File

@@ -24,6 +24,7 @@ jobs:
run: mvn -P test-coverage verify
- name: Analyse code quality with Sonar
if: github.repository == 'spring-projects/spring-batch'
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}