We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691aef9 commit 5c2e567Copy full SHA for 5c2e567
.github/workflows/build_dependencies.yml
@@ -189,4 +189,5 @@ jobs:
189
uses: codecov/codecov-action@v3
190
with:
191
gcov: true
192
+ token: ${{ secrets.CODECOV_TOKEN }}
193
if: ${{ inputs.testing == 'True' && inputs.tooling == 'Coverage' }}
0 commit comments