Skip to content

Commit f6f89e1

Browse files
committedJun 1, 2024·
chore: add CODECOV_TOKEN
1 parent 9b6bfb4 commit f6f89e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5454
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5555
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
56+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5657
TAG: ${{ inputs.tag }}
5758
- name: Upload coverage to Codecov
5859
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)
Please sign in to comment.