Fall back to GitHub's token for coveralls
Signed-off-by: Lucas Schwiderski <lucas@lschwiderski.de>
This commit is contained in:
parent
86ec4888b3
commit
f39e8d261b
|
@ -324,7 +324,7 @@ jobs:
|
|||
luacov-coveralls \
|
||||
--verbose \
|
||||
--merge \
|
||||
--repo-token ${{ secrets.COVERALLS_REPO_TOKEN }} \
|
||||
--repo-token ${{ secrets.COVERALLS_REPO_TOKEN || github.token }} \
|
||||
--service-name ""
|
||||
|
||||
# `check-qa` is the only test that doesn't get a coverage report, so it has to run after all of that.
|
||||
|
|
Loading…
Reference in New Issue