Skip to content

Commit 4860239

Browse files
author
Theofilos Manitaras
committed
Add the codecov upload token to the github action
1 parent 37a644a commit 4860239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
if: matrix.python-version == '3.8'
3232
uses: codecov/codecov-action@v1
3333
with:
34+
token: ${{ secrets.CODECOV_TOKEN }}
3435
fail_ci_if_error: true
3536

3637
modulestest:

0 commit comments

Comments
 (0)