From 9a32b2fc79b466348c24d4b52917dde93d4049fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E7=9B=AE=E7=AE=A1=E7=90=86=E5=91=98?= Date: Wed, 7 Jun 2023 11:26:53 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d431212..58d5b6e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -60,12 +60,12 @@ steps: - name: 获取tag数据 image: alpine/git:v2.36.2 settings: - gitea_username: + username: from_secret: gitea_username - git_password: + password: from_secret: gitea_password commands: - - echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials + - echo "https://$username:$password@git.1000my.com" >> ~/.git-credentials - cat ~/.git-credentials - git fetch --tags - git submodule init