Skip to content

Commit 271cddf

Browse files
authored
Update maven.yml
1 parent f051c02 commit 271cddf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- name: Set up JDK 11
1818
uses: actions/setup-java@v1
19+
env:
20+
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
1921
with:
2022
java-version: 11
2123
- name: Build with Maven
22-
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

Comments
 (0)