Skip to content

Commit cd17677

Browse files
committed
add secret to env
1 parent 8f4de55 commit cd17677

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
files: ./coverage.xml,
4949
fail_ci_if_error: true # optional (default = false)
5050
verbose: true # optional (default = false)
51+
env:
52+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5153

5254
test-w-conda-recipe:
5355
strategy:

0 commit comments

Comments
 (0)