From 7deb678f91a254f2e63c67009b9d6cd25857f55a Mon Sep 17 00:00:00 2001 From: Cheney Date: Wed, 12 Mar 2025 17:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20CICD=20=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 0c24b9c..ccfe5ff 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -13,6 +13,8 @@ jobs: - name: Check out repository code uses: actions/checkout@v4 + with: + token: ${{ secrets.TOKEN }} - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."