Skip to content

Commit fd24890

Browse files
authored
Update maven.yml
1 parent f6998f3 commit fd24890

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ 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 }}
2119
with:
2220
java-version: 11
2321
- name: Build with Maven
24-
run: mvn -B verify coveralls:report -DrepoToken="$COVERALLS_REPO_TOKEN" --file pom.xml
22+
run: mvn -B verify coveralls:report -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }} --file pom.xml

0 commit comments

Comments
 (0)