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 f6998f3 commit fd24890Copy full SHA for fd24890
.github/workflows/maven.yml
@@ -16,9 +16,7 @@ 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
24
- run: mvn -B verify coveralls:report -DrepoToken="$COVERALLS_REPO_TOKEN" --file pom.xml
+ run: mvn -B verify coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }} --file pom.xml
0 commit comments