Skip to content

Commit 9a1381b

Browse files
committed
1 parent b0023f8 commit 9a1381b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
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)