diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 96bb354..291dee5 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -23,3 +23,5 @@ jobs: make test - name: Upload coverage to codecov uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }}