From 140d844f708272b3419cded8e3e25ba61f2a788d Mon Sep 17 00:00:00 2001 From: movingsam Date: Sun, 1 Mar 2026 00:03:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20CI=20=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E5=8F=98=E9=87=8F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/nuget.yml b/.gitea/workflows/nuget.yml index e819a3a..fdcde7b 100644 --- a/.gitea/workflows/nuget.yml +++ b/.gitea/workflows/nuget.yml @@ -7,7 +7,7 @@ on: - "v*" env: - GITEA_TOKEN: ${{ secrets.GITEATOKEN }} + GITEA_API_TOKEN: ${{ secrets.GITEA_API_TOKEN }} GITEA_URL: https://gitea.shtao1.cn jobs: