Skip to content

Commit c3500ab

Browse files
committed
Another setting needed
1 parent f266c71 commit c3500ab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
java-version: ${{ matrix.java }}
2727
- name: Build, test (no integration) and Sonarqube analyse
2828
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2930
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3031
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
3132
# The following builds the project, runs the tests with coverage (no integration tests) and then executes the SonarCloud analysis

0 commit comments

Comments
 (0)