Skip to content

Commit

Permalink
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
Browse files Browse the repository at this point in the history
by explicitly using the CODECOV_TOKEN
  • Loading branch information
stevenbal committed Mar 10, 2025
1 parent e7a0cd4 commit bdce897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
SECRET_KEY: dummy

- name: Publish coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

check-envvar-docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bdce897

Please sign in to comment.