diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79d631e7..382e7575 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,3 +41,5 @@ jobs: - run: yarn typechain - run: yarn coverage - uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}