From cd5b24f1806ff624640ea80e962432a0828b2f8c Mon Sep 17 00:00:00 2001 From: mohsinulhaq Date: Sun, 19 Nov 2023 14:26:35 +0530 Subject: [PATCH] fix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e265cd8..f85aab8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,5 +43,5 @@ jobs: pnpm lint env: CI: true - - uses: codecov/codecov-action@v4: + - uses: codecov/codecov-action@v4 token: ${{ secrets.CODECOV_TOKEN }}