Skip to content

Commit d632abb

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

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)