Skip to content

Commit c7f8d6c

Browse files
chore: provide codecov token (#1702)
1 parent 88fef9a commit c7f8d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ jobs:
6464

6565
- name: Upload coverage to Codecov
6666
uses: codecov/codecov-action@v4
67-
67+
env:
68+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6869

6970
test-concurrent:
7071
needs: [install-cache-deps]

0 commit comments

Comments
 (0)