There was an error while loading. Please reload this page.
1 parent e5f9d93 commit e158780Copy full SHA for e158780
1 file changed
.github/workflows/build.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Upload coverage to Codecov
45
uses: codecov/codecov-action@v4
46
+ with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
49
50
# Build and install on Windows
0 commit comments