Skip to content

Commit

Permalink
Add CODECOV_TOKEN even if the repo is public, to avoid codecov upload…
Browse files Browse the repository at this point in the history
… failures
  • Loading branch information
ddnexus committed Jan 15, 2024
1 parent 18d86eb commit 3f7574e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pagy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
uses: codecov/[email protected]
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Check gem manifest
if: ${{ env.CHECK_MANIFEST == 'true' }}
Expand Down

0 comments on commit 3f7574e

Please sign in to comment.