From 8ec42c53a2914ad0f5041c456713752e2e24b23a Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 20:28:46 +0200 Subject: [PATCH] feat: with registry gitea Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 149c616..6ff1caf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -81,7 +81,7 @@ steps: token = "Bearer {token}" EOF - - release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea --registry https://git.front.kjuulh.io/kjuulh/_cargo-index.git + - release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea --registry gitea environment: GIT_TOKEN: from_secret: gitea_token