From 14b6a6ce5a55e3d49870406135a8e2c0d75acae8 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:18:27 +0800 Subject: [PATCH] fix: ci --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4727b61..feef035 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,7 +59,13 @@ steps: - master - name: 获取tag数据 image: alpine/git:v2.36.2 + settings: + git_login: + from_secret: gitea_username + git_password: + from_secret: gitea_password commands: + - echo "https://$git_username:$git_password@git.1000my.com" >> ~/.git-credentials - git fetch --tags - git submodule init - git submodule update --recursive --remote