We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c788e79 commit 7773d43Copy full SHA for 7773d43
.github/workflows/ci.yml
@@ -61,5 +61,5 @@ jobs:
61
- name: 📥 Upload coverage to Codecov
62
timeout-minutes: 1
63
uses: codecov/codecov-action@v2.1.0
64
- # with:
65
- # token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments