We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a15127 commit de08d41Copy full SHA for de08d41
1 file changed
.github/workflows/test.yaml
@@ -76,3 +76,5 @@ jobs:
76
shell: bash -l {0}
77
run: |
78
pytest tests/test_notebooks.py -v
79
+ env:
80
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments