Add CODECOV_TOKEN env
This commit is contained in:
parent
0199cbdc30
commit
03defe2acc
1 changed files with 2 additions and 0 deletions
2
.github/workflows/phpunit.yml
vendored
2
.github/workflows/phpunit.yml
vendored
|
|
@ -73,6 +73,8 @@ jobs:
|
|||
|
||||
- name: Upload coverage
|
||||
working-directory: apps/${{ env.APP_NAME }}
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
mysql:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue