Skip to content

Commit b5b31d9

Browse files
Merge pull request #1117 from tiran/tests-github-token
tests: pass GITHUB_TOKEN to tests
2 parents abfdf97 + 74fdba1 commit b5b31d9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555

5656
- name: Run tests
5757
run: hatch run test:test --with-network
58+
env:
59+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5860

5961
- name: Upload coverage
6062
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
@@ -126,6 +128,8 @@ jobs:
126128

127129
- name: Run tests
128130
run: HATCH_PYTHON=${{ matrix.python-version }} ./e2e/${{ matrix.test-script }}.sh
131+
env:
132+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
129133

130134
- name: Upload logs for debugging
131135
if: ${{ failure() }}

0 commit comments

Comments
 (0)