Skip to content

Commit 19afba3

Browse files
committed
Adding auth token to test job
1 parent 54f3fdb commit 19afba3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
pip install -r requirements.txt
3030
3131
- name: Run unit tests
32+
env:
33+
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
3234
run: |
3335
python -m unittest discover -s tests
3436

0 commit comments

Comments
 (0)