Skip to content

Commit 3eca897

Browse files
author
Moises Macero
committed
Added missing github token
1 parent e47b9f8 commit 3eca897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ jobs:
3131
restore-keys: ${{ runner.os }}-m2
3232
- name: Build and analyze
3333
env:
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3435
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3536
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=com.thepracticaldeveloper:quboo-sonar-plugin

0 commit comments

Comments
 (0)