Skip to content

Commit 640a4f8

Browse files
committed
Add explicity CodeCov token
1 parent a7585cb commit 640a4f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- uses: codecov/codecov-action@v4
6767
with:
6868
flags: ${{ matrix.os }}
69+
token: ${{ secrets.CODECOV_TOKEN }}
6970

7071
pytest-python:
7172
name: PyTest
@@ -93,6 +94,7 @@ jobs:
9394
- uses: codecov/codecov-action@v4
9495
with:
9596
flags: py${{ matrix.python-version }}
97+
token: ${{ secrets.CODECOV_TOKEN }}
9698

9799
pytest-django:
98100
name: PyTest
@@ -119,6 +121,7 @@ jobs:
119121
- uses: codecov/codecov-action@v4
120122
with:
121123
flags: dj${{ matrix.django-version }}
124+
token: ${{ secrets.CODECOV_TOKEN }}
122125

123126
pytest-extras:
124127
name: PyTest
@@ -147,6 +150,7 @@ jobs:
147150
- uses: codecov/codecov-action@v4
148151
with:
149152
flags: ${{ matrix.extras }}
153+
token: ${{ secrets.CODECOV_TOKEN }}
150154

151155
codeql:
152156
name: CodeQL

0 commit comments

Comments
 (0)