We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e97b0 commit a5682c0Copy full SHA for a5682c0
.github/workflows/python-package.yml
@@ -160,10 +160,12 @@ jobs:
160
if: matrix.python-version == env.GH_COV_PY && matrix.os == env.GH_COV_OS && github.actor != env.GH_DEPENDABOT
161
uses: codecov/codecov-action@v4
162
with:
163
- token: ${{ secrets.CODECOV_TOKEN }}
164
flags: py-unittests
165
name: py-opentimelineio-codecov
166
fail_ci_if_error: true
+ env:
167
+ # based on: https://github.com/codecov/codecov-action?tab=readme-ov-file#usage
168
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
169
170
package_wheels:
171
needs: py_build_test
0 commit comments