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 f051c02 commit 271cddfCopy full SHA for 271cddf
.github/workflows/maven.yml
@@ -16,7 +16,9 @@ jobs:
16
- uses: actions/checkout@v2
17
- name: Set up JDK 11
18
uses: actions/setup-java@v1
19
+ env:
20
+ COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
21
with:
22
java-version: 11
23
- name: Build with Maven
- run: mvn -B verify coveralls:report -DrepoToken=$COVERALLS_REPO_TOKEN --file pom.xml
24
+ run: mvn -B verify coveralls:report -DrepoToken="$COVERALLS_REPO_TOKEN" --file pom.xml
0 commit comments