File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
OPENGROK_REPO_SLUG : ${{ github.repository }}
30
30
OPENGROK_REF : ${{ github.ref }}
31
31
OPENGROK_COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
32
+ OPENGROK_SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
32
33
run : ./dev/main
33
34
macos :
34
35
name : macOS with Java 11
56
57
OPENGROK_REPO_SLUG : ${{ github.repository }}
57
58
OPENGROK_REF : ${{ github.ref }}
58
59
OPENGROK_COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
60
+ OPENGROK_SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
59
61
run : ./dev/main
60
62
windows :
61
63
name : Windows with Java 11
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [[ "x$OPENGROK_REPO_SLUG" == "xoracle/opengrok" && "x$OPENGROK_BRANCH" == "xm
23
23
#
24
24
if [ " ${OPENGROK_PULL_REQUEST} " = " false" ]; then
25
25
echo " Enabling Sonar"
26
- extra_args=" $extra_args sonar:sonar"
26
+ extra_args=" $extra_args -Dsonar.login= $OPENGROK_SONAR_TOKEN sonar:sonar"
27
27
fi
28
28
fi
29
29
You can’t perform that action at this time.
0 commit comments