Skip to content

Commit acbedb2

Browse files
authored
MAINT: Fix codecov (#3451)
1 parent 3f094f8 commit acbedb2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/codespell-private.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
- run: codespell --version
5252
- run: make check
5353
- uses: codecov/codecov-action@v4
54+
with:
55+
token: ${{ secrets.CODECOV_TOKEN }}
5456
# tomli should not be required for the next two steps (and make sure it's not)
5557
- run: pip uninstall -yq tomli
5658
if: ${{ matrix.no-toml == 'no-toml' }}

.github/workflows/codespell-windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
- run: codespell --version
2727
- run: pytest codespell_lib
2828
- uses: codecov/codecov-action@v4
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)