Skip to content

Commit c0494fe

Browse files
authored
adds codecov token (#193)
1 parent 090633b commit c0494fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
uses: ./.github/workflows/run_tests.yml
2727
with:
2828
build-tag: ${{ needs.tag.outputs.tag }}
29+
secrets:
30+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2931

3032
testscleanup:
3133
needs: [tag, tests]

0 commit comments

Comments
 (0)