Skip to content

Commit 53f0e89

Browse files
authored
fix(ci): update codecov token (#71)
Signed-off-by: Pritesh Bandi <[email protected]>
1 parent 8f6e2e7 commit 53f0e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ jobs:
3939
run: make test
4040
- name: Upload coverage to codecov.io
4141
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
42+
env:
43+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)