We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5002cdd commit bcad379Copy full SHA for bcad379
.github/workflows/python-package.yml
@@ -41,6 +41,8 @@ jobs:
41
run: |
42
pip install tox
43
- name: Run unit tests
44
+ env:
45
+ GITHUB_TOKEN: ${{secrets.TEMP_PAT_EXP_JUL_28}}
46
47
tox -e unit-tests
48
- name: Upload coverage report to Codecov
0 commit comments