Skip to content

Commit 81685ab

Browse files
author
Theofilos Manitaras
authored
Merge pull request #2003 from teojgo/ci/codecov_action_token
[ci] Add the codecov upload token to the github action
2 parents 37a644a + 4860239 commit 81685ab

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)