diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 594436d4e..78068b72b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -55,6 +55,8 @@ jobs: - name: Run tests run: hatch run test:test --with-network + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload coverage uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 @@ -126,6 +128,8 @@ jobs: - name: Run tests run: HATCH_PYTHON=${{ matrix.python-version }} ./e2e/${{ matrix.test-script }}.sh + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload logs for debugging if: ${{ failure() }}