We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420ead commit 11341b8Copy full SHA for 11341b8
.github/workflows/python-app.yml
@@ -39,5 +39,7 @@ jobs:
39
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
40
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
41
- name: Test with pytest
42
+ env:
43
+ ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
44
run: |
45
pytest
0 commit comments