From 9a8260a3b63c49513b8f5d8c992048da875cd4d3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hsu Date: Wed, 4 Feb 2026 23:53:07 +0800 Subject: [PATCH] Remove token from test.yaml --- .gitea/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a9fe2ec..dd58a1e 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -18,7 +18,6 @@ jobs: fetch-depth: 1 server-url: https://cantyonion.site/git repository: cantyonion/leetcode - token: ${{ secrets.GIT_TOKEN }} - name: Configure CMake # -B build 创建构建目录,-S . 指定源代码在当前目录