mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
try with coveralls token in yml ...
This commit is contained in:
parent
0c6b5e01fb
commit
342f3f450b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user