mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Update build.yml (#675)
Pass codecov token explicitly, for some reason automatic configuration stopped working
This commit is contained in:
parent
3d74a8f4d4
commit
8b36409c2c
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -80,6 +80,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
files: ./coverage.info
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
web:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user