Skip to content

Commit 9cef6b4

Browse files
authored
Merge pull request #160 from maykinmedia/issue/oaf-116-codecov-token
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
2 parents eab1209 + 1aae86e commit 9cef6b4

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
@@ -75,6 +75,8 @@ jobs:
7575

7676
- name: Publish coverage report
7777
uses: codecov/codecov-action@v4
78+
with:
79+
token: ${{ secrets.CODECOV_TOKEN }}
7880

7981
store-reusable-workflow-vars:
8082
name: create values which can be passed through a reusable workflow

0 commit comments

Comments
 (0)