Skip to content

Commit 5772a2e

Browse files
committed
build: expose CODECOV_TOKEN
1 parent 62c8679 commit 5772a2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
uses: codecov/codecov-action@v4
3636
with:
3737
directory: ./coverage
38+
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)