We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 276e684 commit 7f6e270Copy full SHA for 7f6e270
.github/workflows/test.yml
@@ -27,3 +27,5 @@ jobs:
27
28
- name: Run tests
29
run: pytest
30
+ env:
31
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments