There was an error while loading. Please reload this page.
1 parent 8a511a9 commit 381fc2fCopy full SHA for 381fc2f
1 file changed
.github/workflows/pr.yaml
@@ -416,7 +416,9 @@ jobs:
416
with:
417
build_type: pull-request
418
script: ci/test_python.sh
419
- secrets: inherit # zizmor: ignore[secrets-inherit]
+ secrets:
420
+ script-env-secret-1-key: CODECOV_TOKEN
421
+ script-env-secret-1-value: ${{ secrets.CODECOV_TOKEN }}
422
docs-build:
423
needs: [conda-python-build, changed-files]
424
permissions:
0 commit comments