mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:40:17 +00:00
Fix codecov token env
This commit is contained in:
parent
cf59c64489
commit
071cb70817
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- codecov -R '.' -Z -f 'clover.xml'
|
- codecov -R '.' -Z -f 'clover.xml'
|
||||||
environment:
|
environment:
|
||||||
codecov_token:
|
CODECOV_TOKEN:
|
||||||
from_secret: codecov-token
|
from_secret: codecov-token
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue