Skip to content

Commit c5ffaef

Browse files
committed
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
by explicitly using the CODECOV_TOKEN
1 parent e66f8f2 commit c5ffaef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
6464
- name: Publish coverage report
6565
uses: codecov/codecov-action@v4
66+
with:
67+
token: ${{ secrets.CODECOV_TOKEN }}
6668

6769
check-envvar-docs:
6870
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)