diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index adabdeb821..520f5c0a60 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,6 +62,8 @@ jobs: docker cp tests:/app/junit.xml /tmp/test-results/unit-tests/results.xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Store Test Results uses: actions/upload-artifact@v4 with: