Skip to content

Commit a5ed5fa

Browse files
authored
Merge pull request #548 from maykinmedia/issue/oaf-116-codecov-token
💚 [maykinmedia/open-api-framework#116] Fix codecov publish
2 parents 9ae7d61 + d632abb commit a5ed5fa

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
@@ -48,6 +48,8 @@ jobs:
4848

4949
- name: Publish coverage report
5050
uses: codecov/codecov-action@v4
51+
with:
52+
token: ${{ secrets.CODECOV_TOKEN }}
5153

5254
performance-tests:
5355
name: Run the performance test suite

0 commit comments

Comments
 (0)