Remove unused GITHUB_TOKEN from jobs

This commit is contained in:
Kirill Kamakin
2022-12-17 11:52:32 +01:00
parent d0d3d2a144
commit bae4fe71cb
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ jobs:
- name: Run tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew check coverageReport sonar --no-configuration-cache --no-daemon