From 01224729aab26a0ac70f735fb87b9e0bc14fe8ac Mon Sep 17 00:00:00 2001 From: dream <13432095+dream-deve@user.noreply.gitee.com> Date: Wed, 28 May 2025 08:18:05 +0000 Subject: [PATCH] update fetch.yml --- .workflow/fetch.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.workflow/fetch.yml b/.workflow/fetch.yml index 3b9500c..827355f 100644 --- a/.workflow/fetch.yml +++ b/.workflow/fetch.yml @@ -11,8 +11,8 @@ triggers: - cron: '* 0 */3 * * ? *' variables: global: - - TOKEN - GITHUB_TOKEN + - TOKEN stages: - name: fetchurl displayName: fetchurl @@ -24,8 +24,8 @@ stages: displayName: fetchurl nodeVersion: 21.5.0 commands: - - '# git clone https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git' - - git clone https://develop202:${GITHUB_TOKEN}@github.com/develop202/migu_video.git + - git clone https://dream-deve:${TOKEN}@gitee.com/dream-deve/migu_video.git + - '# git clone https://develop202:${GITHUB_TOKEN}@github.com/develop202/migu_video.git' - cd migu_video - '# 设置NPM源,提升安装速度' - npm config set registry https://registry.npmmirror.com