Remove unused GITHUB_TOKEN from jobs
This commit is contained in:
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user