From 8415b17210805e93c48c80c6e84116393da30d1e Mon Sep 17 00:00:00 2001 From: azw Date: Wed, 26 Jun 2024 20:15:56 +0800 Subject: [PATCH] 1 --- .gitea/workflows/sr-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/sr-sync.yml b/.gitea/workflows/sr-sync.yml index 3d39792..99da6f7 100644 --- a/.gitea/workflows/sr-sync.yml +++ b/.gitea/workflows/sr-sync.yml @@ -10,7 +10,7 @@ jobs: steps: - name: clone run: | - git clone https://x-access-token:${GITHUB_TOKEN}@git.azw.net.cn/${GITHUB_REPOSITORY}.git + git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@git.azw.net.cn/${GITHUB_REPOSITORY}.git ls -lh - name: sr run: |