1 parent 9078caa commit 41bd9b1Copy full SHA for 41bd9b1
1 file changed
.github/workflows/tests.yaml
@@ -51,8 +51,7 @@ jobs:
51
- name: Run tests
52
env:
53
# This is a private access token for @choldgraf that has public read-only access.
54
- GITHUB_ACCESS_TOKEN: ${{ secrets.TOKEN_READONLY }}
55
- run: pytest --verbose --color=yes --durations=10
+ run: pytest --verbose --color=yes --durations=10 --auth ${{ secrets.TOKEN_READONLY }}
56
57
docs:
58
runs-on: ubuntu-24.04
0 commit comments