Skip to content

Commit 391564f

Browse files
committed
[ci] add codecov token to fix random codecov upload failures
similar to what I did in fonttools/fonttools#2763 I copied the Codecov token from https://app.codecov.io/gh/googlefonts/fontmake/settings and pasted into the repository's "secrets".
1 parent 43dad8e commit 391564f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
flags: unittests
5252
name: codecov-umbrella
5353
fail_ci_if_error: true
54+
# see https://github.com/codecov/codecov-action/issues/557
55+
token: ${{ secrets.CODECOV_TOKEN }}
5456
deploy:
5557
# only run if the commit is tagged...
5658
if: startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)