From 1e3cf6a886ff8b8e6bc8891117872db3634f2796 Mon Sep 17 00:00:00 2001 From: Alexandre Boucaud Date: Wed, 13 May 2026 18:37:58 +0200 Subject: [PATCH] Remove need for credentials now that astra is public --- .github/workflows/eval.yml | 3 --- .github/workflows/lint.yml | 3 --- .github/workflows/tests.yml | 3 --- 3 files changed, 9 deletions(-) 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