diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4384a15..ec9b66f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -51,5 +51,5 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ inputs.CODECOV_TOKEN }} file: ./coverage/cobertura.xml