From a18cbc28f8e6b8fca0cf66229578224ce90da48f Mon Sep 17 00:00:00 2001 From: adminroot Date: Thu, 23 Oct 2025 08:25:10 -0700 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/zellij=5F?= =?UTF-8?q?update.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/zellij_update.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/zellij_update.yml b/.gitea/workflows/zellij_update.yml index 702c2f3..6e88dec 100644 --- a/.gitea/workflows/zellij_update.yml +++ b/.gitea/workflows/zellij_update.yml @@ -19,11 +19,6 @@ jobs: - name: 检出仓库代码 (Checkout Repository) uses: actions/checkout@v4 with: - # *** 关键:使用 Gitea Actions 提供的内置 token (即 GITHUB_TOKEN) *** - # 此令牌由 Gitea 自动生成,用于在工作流运行时授权。 - # 它可以读写当前仓库,且不需要您手动配置 Secrets。 - token: ${{ secrets.GITHUB_TOKEN }} - # 确保拉取完整历史记录以进行正确的 git diff 和 commit fetch-depth: 0 - name: 设置 Git 用户信息 (Set up Git user)