From 513daf75d2e691a3015b8b75cdab6a811cd53570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Fri, 28 Feb 2025 02:05:46 +0800 Subject: [PATCH] ci: update --- .github/workflows/checksums.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checksums.yml b/.github/workflows/checksums.yml index 962bb0b..5151a5f 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -29,7 +29,7 @@ jobs: 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 config --global user.password "${{ secrets.CI_PASSWORD }}" git commit -m "chore: update checksums" || true git push origin ${{ github.ref_name }} rm -rf /tmp/repo