From 3ae057cdd89655aa56ef52f390d26fdf24e02277 Mon Sep 17 00:00:00 2001 From: movingsam Date: Sun, 1 Mar 2026 00:04:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B8=BA=20GITEA=5FTOKEN?= 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 fdcde7b..5a7f4d1 100644 --- a/.gitea/workflows/nuget.yml +++ b/.gitea/workflows/nuget.yml @@ -7,7 +7,7 @@ on: - "v*" env: - GITEA_API_TOKEN: ${{ secrets.GITEA_API_TOKEN }} + GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }} GITEA_URL: https://gitea.shtao1.cn jobs: