We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767d112 commit a9540eeCopy full SHA for a9540ee
.github/workflows/build.yml
@@ -30,6 +30,7 @@ jobs:
30
OPENGROK_REF: ${{ github.ref }}
31
OPENGROK_COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
32
OPENGROK_SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
run: ./dev/main
35
macos:
36
name: macOS with Java 11
@@ -58,6 +59,7 @@ jobs:
58
59
60
61
62
63
64
windows:
65
name: Windows with Java 11
0 commit comments