Skip to content

Commit 29971d3

Browse files
committed
ci: add GITHUB_TOKEN
1 parent 7c974ca commit 29971d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
run: |
5151
python -m pyjibe --version
5252
- name: Test with pytest
53+
env:
54+
# github token required for testing update.py
55+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5356
run: |
5457
coverage run --source=pyjibe -m pytest -x tests
5558
- name: Lint with flake8

0 commit comments

Comments
 (0)