Skip to content

Commit b922fa3

Browse files
committed
[bugfix] Specify the COVERALLS_TOKEN in the correct way for CI
1 parent 98562f0 commit b922fa3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,4 @@ jobs:
2828
run: mvn -V -B clean verify
2929
- name: Maven Code Coverage
3030
if: ${{ matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
31-
env:
32-
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
33-
run: |
34-
echo "ADAM COVERALLS_TOKEN='${COVERALLS_TOKEN}'"
35-
mvn -V -B jacoco:report coveralls:report
31+
run: mvn -V -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}

0 commit comments

Comments
 (0)