Skip to content

Commit f38a645

Browse files
authored
Merge pull request #254 from open-zaak/issue/oaf-116-codecov-token
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
2 parents e66f8f2 + c5ffaef commit f38a645

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)