We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66f8f2 commit c5ffaefCopy full SHA for c5ffaef
.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