ci: fuck gitea
Some checks failed
Generate Checksums / checksums (push) Failing after 39s

This commit is contained in:
耗子 2025-02-28 01:27:32 +08:00
parent 764cd86860
commit 40f5e706d9
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -16,6 +16,8 @@ jobs:
run: |
set -e
git lfs install --local
git remote set-url origin "https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}"
git config lfs.https://ci:${{ secrets.CI_PASSWORD }}@${{ github.server_url }}/${{ github.repository }}.git/info/lfs.locksverify true
# disable credentials by actions/checkout for LFS endpoints
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
git config --local --unset http.${{ github.server_url }}/.extraheader