diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79e4b613a..9f3c7392f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,3 +50,5 @@ jobs: - run: pnpm test:types - run: pnpm dev:build - uses: codecov/codecov-action@v4 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}