Skip to content

Commit ba5e673

Browse files
authored
Merge pull request #14 from aahnik/aahnik-patch-2
provide gh token to run tests
2 parents d82fc38 + 968d993 commit ba5e673

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)