Remove gh token

This commit is contained in:
Ilkka Seppälä 2020-06-14 22:15:13 +03:00
parent a396d972f6
commit f4f9c1a441

View File

@ -25,5 +25,4 @@ jobs:
- name: Build with Maven
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
env:
GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}