Update github token

This commit is contained in:
Ilkka Seppälä 2020-08-22 14:49:56 +03:00
parent 4068d1fead
commit 61b95c294b

View File

@ -60,5 +60,5 @@ jobs:
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
env:
# These two env variables are needed for sonar analysis
GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}