From c02ae58b831cc26ee42f0a7215cc226777e68d99 Mon Sep 17 00:00:00 2001 From: burgholzer Date: Tue, 10 Sep 2024 21:26:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20add=20test=20with=20explicitly=20se?= =?UTF-8?q?t=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bbf2658..9f19e5e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -66,6 +66,16 @@ jobs: with: version: "0.3.2" checksum: ${{ matrix.checksum }} + test-with-explicit-token: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Install default version + uses: ./ + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + - run: uv sync + working-directory: __tests__/fixtures/uv-project test-uvx: runs-on: ubuntu-latest steps: