Skip to content

Commit 037ed2a

Browse files
committed
Add GitHub token to Coveralls
1 parent 60b607b commit 037ed2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coveralls.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ jobs:
3232
with:
3333
java-version: 8
3434
- name: Report Coverage to Coveralls
35-
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true
35+
run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN
36+
env:
37+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)