mirror of
https://github.com/honojs/hono.git
synced 2024-11-24 11:07:29 +01:00
ci: use env
for codecov GitHub Actions (#3010)
This commit is contained in:
parent
3327baf633
commit
8ced5caf0f
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -35,7 +35,8 @@ jobs:
|
||||
with:
|
||||
fail_ci_if_error: true
|
||||
directory: ./coverage
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
main:
|
||||
name: 'Main'
|
||||
|
Loading…
Reference in New Issue
Block a user