From 4796ddf6866ed380ab2e8c678d1f3730a3538fc6 Mon Sep 17 00:00:00 2001 From: liyp Date: Thu, 10 Apr 2025 14:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8D=B0=E5=8F=98=E9=87=8F=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/AutoGenerateREADME.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/AutoGenerateREADME.yaml b/.gitea/workflows/AutoGenerateREADME.yaml index 67128a9..8a285c2 100644 --- a/.gitea/workflows/AutoGenerateREADME.yaml +++ b/.gitea/workflows/AutoGenerateREADME.yaml @@ -41,6 +41,8 @@ jobs: run: | git config --local user.email "liyepan@linuxacme.com" git config --local user.name "iorebuild" + git config --global credential.helper store + echo "https://${GIT_REPO_TOKEN}@git.linuxacme.com" > ~/.git-credentials git add README.md if git diff --staged --quiet; then echo "No changes to README.md. Skipping commit."