Skip to content

Commit ff2564e

Browse files
committed
Env
1 parent e9712bb commit ff2564e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
3232
tests:
3333
runs-on: ubuntu-24.04
34+
env:
35+
# This is a private access token for @choldgraf that has public read-only access.
36+
GITHUB_ACCESS_TOKEN: ${{ secrets.TOKEN_READONLY }}
3437
strategy:
3538
matrix:
3639
include:
@@ -49,9 +52,6 @@ jobs:
4952
python -m pip install --upgrade pip
5053
pip install -e .[testing]
5154
- 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 }}
5555
run: pytest --verbose --color=yes --durations=10
5656

5757
docs:

0 commit comments

Comments
 (0)