Skip to content

Commit c9651ef

Browse files
committed
github/workflows: set the codecov token
The codecov-action v4 requires a token. Signed-off-by: Jan Luebbe <[email protected]>
1 parent adc614a commit c9651ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/reusable-unit-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ jobs:
6868
pip install rstcheck
6969
rstcheck --ignore-languages=bash --report-level=WARNING README.rst
7070
- uses: codecov/codecov-action@v4
71+
with:
72+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)