diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 505925b..950efbf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,8 +45,8 @@ jobs: - test - validate steps: - - uses: codecov/codecov-action@v3 - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}