Skip to content

Commit fe1f646

Browse files
authored
Merge pull request #358 from maykinmedia/issue/oaf-116-codecov-token
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
2 parents e7a0cd4 + bdce897 commit fe1f646

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ jobs:
8282
SECRET_KEY: dummy
8383

8484
- name: Publish coverage report
85-
uses: codecov/codecov-action@v3
85+
uses: codecov/codecov-action@v4
86+
with:
87+
token: ${{ secrets.CODECOV_TOKEN }}
8688

8789
check-envvar-docs:
8890
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)