diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02e439e..e3b0910 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,3 @@ jobs: - run: npm install --no-audit - run: npm test - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }}