diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 4fbb62c4..6595dd0a 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -24,9 +24,6 @@ jobs: with: fetch-depth: 0 - - name: Configure git credentials for private ASTRA repo - run: git config --local url."https://x-access-token:${{ secrets.ASP_TOKEN }}@github.com/".insteadOf "https://github.com/" - - name: Set up uv uses: astral-sh/setup-uv@v6 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6439a153..24fa006b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,9 +20,6 @@ jobs: enable-cache: true activate-environment: true - - name: Configure git credentials for private ASTRA repo - run: git config --global url."https://x-access-token:${{ secrets.ASP_TOKEN }}@github.com/".insteadOf "https://github.com/" - - name: Install dependencies run: uv sync --group dev diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cb04c03f..57f91804 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,9 +23,6 @@ jobs: enable-cache: true activate-environment: true - - name: Configure git credentials for private ASTRA repo - run: git config --global url."https://x-access-token:${{ secrets.ASP_TOKEN }}@github.com/".insteadOf "https://github.com/" - - name: Install dependencies run: uv sync --group dev