Skip to content

Commit 9a1381b

Browse files
committed
1 parent b0023f8 commit 9a1381b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ jobs:
9191
- name: Checkout
9292
uses: actions/checkout@v4
9393
- name: Upload coverage
94-
uses: aio-libs/[email protected]
94+
uses: aio-libs/[email protected]
95+
with:
96+
token: ${{ secrets.CODECOV_TOKEN }}
9597

9698
deploy:
9799
name: Deploy

0 commit comments

Comments
 (0)