We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e66f8f2 + c5ffaef commit f38a645Copy full SHA for f38a645
.github/workflows/ci.yml
@@ -63,6 +63,8 @@ jobs:
63
64
- name: Publish coverage report
65
uses: codecov/codecov-action@v4
66
+ with:
67
+ token: ${{ secrets.CODECOV_TOKEN }}
68
69
check-envvar-docs:
70
runs-on: ubuntu-latest
0 commit comments