From 79bb4244d70a0bc02a79fa22aa8e16793262f0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 28 Feb 2025 01:15:46 +0800 Subject: [PATCH] ci: update --- .github/workflows/checksums.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index cf38ec5..3e86fb4 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -18,6 +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 }}" # 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