Skip to content

Commit 8938d86

Browse files
committed
Set codecov upload token
Docs seem to indicate this should only be required for private repos, but we have builds failing claiming this needs to be specified, so just set it manually.
1 parent 1d28a71 commit 8938d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
if: matrix.coverage
7272
uses: codecov/codecov-action@v1
7373
with:
74+
token: ${{ secrets.CODECOV_TOKEN }}
7475
fail_ci_if_error: true
7576

7677
fuzz:

0 commit comments

Comments
 (0)