add test with explicitly set token

This commit is contained in:
burgholzer 2024-09-10 21:26:03 +02:00
parent 3e8166ab86
commit c02ae58b83
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 54B84A1E63275DA4

View file

@ -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: