diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 8df63ca..a45fbf7 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -18,6 +18,10 @@ jobs: uses: actions/checkout@v4 - name: Checkout LFS run: | + cat .git/config + git config http || true + git config "http.${GITHUB_SERVER_URL}/" || true + git config "http.${GITHUB_SERVER_URL}/.extraHeader" || true git -c "http.${GITHUB_SERVER_URL}/.extraHeader=" lfs pull - name: Build run: nix build -L .#li7y .#li7y-oci