Skip to content

Commit a9540ee

Browse files
author
Vladimir Kotal
committed
add GITHUB_TOKEN for Sonar
1 parent 767d112 commit a9540ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
OPENGROK_REF: ${{ github.ref }}
3131
OPENGROK_COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
3232
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
run: ./dev/main
3435
macos:
3536
name: macOS with Java 11
@@ -58,6 +59,7 @@ jobs:
5859
OPENGROK_REF: ${{ github.ref }}
5960
OPENGROK_COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
6061
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
62+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6163
run: ./dev/main
6264
windows:
6365
name: Windows with Java 11

0 commit comments

Comments
 (0)