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

This commit is contained in:
耗子 2025-02-28 01:22:21 +08:00
parent 79bb4244d7
commit 43549fb018
Signed by: haozi
GPG Key ID: C964D7226D045DAA

View File

@ -18,7 +18,7 @@ jobs:
git lfs install --local
git config --global user.name "CI"
git config --global user.email "ci@haozi.net"
git config --global user.password "${{ secrets.CI_PASSWORD }}"
git config --global user.password "${{ secrets.GITHUB_TOKEN }}"
# 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