diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae2c2473..d6b59061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,8 @@ jobs: - name: Publish coverage report uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} performance-tests: name: Run the performance test suite