Skip to content

Commit 61b95c2

Browse files
committed
Update github token
1 parent 4068d1f commit 61b95c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
run: xvfb-run mvn clean verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
6161
env:
6262
# These two env variables are needed for sonar analysis
63-
GITHUB_TOKEN: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
63+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)