diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fe4b19e..3d3b34c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,9 +18,14 @@ jobs: steps: - uses: actions/checkout@v4 with: - lfs: true + persist-credentials: true - name: Checkout LFS objects - run: git lfs checkout + run: | + git lfs install --local + AUTH=$(git config --local http.${{ github.server_url }}/.extraheader) + git config --local --unset http.${{ github.server_url }}/.extraheader + git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH" + git lfs pull - uses: SebRollen/toml-action@v1.2.0 id: read_manifest with: