Skip to content

Commit b8a6c85

Browse files
committedApr 2, 2025
ci: use CODECOV_TOKEN again for v5
1 parent 07b2a38 commit b8a6c85

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎.github/workflows/development.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ jobs:
8787
with:
8888
files: ./coverage/coverage-final.json
8989
name: codecov-dev
90+
token: ${{ secrets.CODECOV_TOKEN }}

‎.github/workflows/production.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
with:
8888
files: ./coverage/coverage-final.json
8989
name: codecov-prod
90+
token: ${{ secrets.CODECOV_TOKEN }}
9091

9192
release:
9293
if: ${{ github.repository == 'htmlhint/HTMLHint' &&

0 commit comments

Comments
 (0)