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 1f299dc commit 2757c07Copy full SHA for 2757c07
.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 -DserviceName=github
+ run: ./mvnw test jacoco:report coveralls:report -q -Dlicense.skip=true -DrepoToken=$GITHUB_TOKEN -DserviceName=github
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments