diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 297f8f9c..04c286ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,6 +146,7 @@ jobs: if: ${{ matrix.polybar_build_type == 'tests' }} uses: codecov/codecov-action@v4 with: + token: ${{ secrets.CODECOV_TOKEN }} flags: unittests # We provide our own coverage files disable_search: true