diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2cd5134..7956094 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,3 +57,5 @@ jobs: - name: 🟩 Coverage uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }}