0
0
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:
Yusuke Wada 2024-06-21 16:34:29 +09:00 committed by GitHub
parent 3327baf633
commit 8ced5caf0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'