Skip to content

Commit 41bd9b1

Browse files
committed
auth flag
1 parent 9078caa commit 41bd9b1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
- name: Run tests
5252
env:
5353
# 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
54+
run: pytest --verbose --color=yes --durations=10 --auth ${{ secrets.TOKEN_READONLY }}
5655

5756
docs:
5857
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)