Skip to content

Commit 7773d43

Browse files
committed
Modify ci job
1 parent c788e79 commit 7773d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
- name: 📥 Upload coverage to Codecov
6262
timeout-minutes: 1
6363
uses: codecov/codecov-action@v2.1.0
64-
# with:
65-
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
64+
env:
65+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)