ci: Use codecov token
This wasn't required for PRs but for the job that runs on the `master` branch, the job fails without the token (because it's a protected branch)
This commit is contained in:
parent
52ff00c28d
commit
6f8db4a3fe
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -146,6 +146,7 @@ jobs:
|
|||||||
if: ${{ matrix.polybar_build_type == 'tests' }}
|
if: ${{ matrix.polybar_build_type == 'tests' }}
|
||||||
uses: codecov/codecov-action@v4
|
uses: codecov/codecov-action@v4
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: unittests
|
flags: unittests
|
||||||
# We provide our own coverage files
|
# We provide our own coverage files
|
||||||
disable_search: true
|
disable_search: true
|
||||||
|
Loading…
Reference in New Issue
Block a user