From 764cd8686079015b744b1d2b7cf694981748907e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 28 Feb 2025 01:23:08 +0800 Subject: [PATCH] ci: fuck gitea --- .github/workflows/checksums.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index 89bfe3f..b2d995b 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -16,9 +16,6 @@ jobs: run: | set -e git lfs install --local - git config --global user.name "CI" - git config --global user.email "ci@haozi.net" - 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 @@ -31,5 +28,8 @@ jobs: done unset IFS git add -A + git config --global user.name "CI" + git config --global user.email "ci@haozi.net" + git config --global user.password "${{ secrets.GITHUB_TOKEN }}" git commit -m "chore: update checksums" || true git push origin ${{ github.ref }}