diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a21d6f30c..c3a2929c8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,6 +26,7 @@ jobs: uses: codecov/codecov-action@v3 with: name: codecov-deck + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - name: Build run: make build