Skip to content

Commit 968d993

Browse files
committed
provide gh token to run tests
1 parent d82fc38 commit 968d993

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
- name: Build python package
2525
run: poetry build
2626
- name: Run tests
27+
env:
28+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2729
run: poetry run pytest
2830
- uses: codecov/codecov-action@v1
2931
with:

0 commit comments

Comments
 (0)