Skip to content

Commit bcad379

Browse files
committed
trying to run tox with pat token
1 parent 5002cdd commit bcad379

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
run: |
4242
pip install tox
4343
- name: Run unit tests
44+
env:
45+
GITHUB_TOKEN: ${{secrets.TEMP_PAT_EXP_JUL_28}}
4446
run: |
4547
tox -e unit-tests
4648
- name: Upload coverage report to Codecov

0 commit comments

Comments
 (0)