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.
2 parents 4a6de76 + 7d5a65c commit 5ceccf6Copy full SHA for 5ceccf6
.github/workflows/coveralls.yaml
@@ -32,6 +32,6 @@ jobs:
32
with:
33
java-version: 8
34
- name: Report Coverage to Coveralls
35
- run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN
+ run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$COVERALLS_REPO_TOKEN
36
env:
37
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
0 commit comments