We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4068d1f commit 61b95c2Copy full SHA for 61b95c2
1 file changed
.github/workflows/maven-ci.yml
@@ -60,5 +60,5 @@ jobs:
60
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
61
env:
62
# These two env variables are needed for sonar analysis
63
- GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
64
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments