Skip to content

Commit 03df5ba

Browse files
committed
Fix: add token - may not work with hatch
1 parent bc3d395 commit 03df5ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: "3.10"
17+
1718
- name: Install Hatch
1819
run: pipx install hatch
1920
- name: Run tests
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2023
run: hatch run test:run-tests

0 commit comments

Comments
 (0)