Skip to content

Commit 3edd578

Browse files
fix: specify CODECOV_TOKEN
1 parent cc4f1fe commit 3edd578

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ jobs:
1616
pip install codecov-cli
1717
- name: Upload coverage to Codecov
1818
uses: codecov/codecov-action@v4.0.0-beta.1
19+
env:
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)