We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3a00d commit a541568Copy full SHA for a541568
.github/workflows/Coverage.yml
@@ -8,3 +8,5 @@ on:
8
jobs:
9
test:
10
uses: control-toolbox/CTActions/.github/workflows/coverage.yml@main
11
+ secrets:
12
+ codecov-secret: ${{ secrets.CODECOV_TOKEN }}
0 commit comments