We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c7dd6 commit 04bc450Copy full SHA for 04bc450
.github/workflows/ci.yml
@@ -44,6 +44,8 @@ jobs:
44
with:
45
fail_ci_if_error: true
46
token: ${{ secrets.CODECOV_TOKEN }}
47
+ env:
48
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
concurrency:
50
group: ${{ github.workflow }}-${{ github.ref }}
51
cancel-in-progress: true
0 commit comments