From 43549fb018c930dff3985cf7038261ec112af9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= <i@haozi.net> Date: Fri, 28 Feb 2025 01:22:21 +0800 Subject: [PATCH] ci: fuck gitea --- .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 3e86fb4..89bfe3f 100644 --- a/.github/workflows/checksums.yml +++ b/.github/workflows/checksums.yml @@ -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