diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2364a2da..3203f528 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -16,5 +16,6 @@ jobs: - run: bundle exec rake - uses: codecov/codecov-action@v4.0.0-beta.3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: coverage/.resultset.json fail_ci_if_error: true