try with coveralls token in yml ...

This commit is contained in:
Matthias 2019-12-18 20:38:21 +01:00
parent 0c6b5e01fb
commit 342f3f450b
1 changed files with 2 additions and 1 deletions

View File

@ -70,7 +70,8 @@ jobs:
- name: Coveralls
if: startsWith(matrix.os, 'ubuntu')
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Coveralls token. Not used as secret due to github not providing secrets to forked repositories
COVERALLS_REPO_TOKEN: 6D1m0xupS3FgutfuGao8keFf9Hc0FpIXu
run: |
# Allow failure for coveralls
coveralls -v || true