Update gradle.yml

This commit is contained in:
Risto Lahtela 2019-12-17 09:22:48 +02:00 committed by GitHub
parent dcccca4e1d
commit 4776b1b058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ jobs:
run: |
cd Plan
./gradlew sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=player-analytics-plan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}