From 0732890cb394afab68e2dfc58a9de2f573d0142d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 28 Jul 2023 20:35:43 +0200 Subject: [PATCH] feat: with git token Signed-off-by: kjuulh --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4b0fca6..64d7206 100644 --- a/.drone.yml +++ b/.drone.yml @@ -78,7 +78,7 @@ steps: cat <> .cargo/config.toml [registries.gitea] - token = "Bearer {token}" + token = "Bearer $GIT_TOKEN" EOF - release-plz release-pr --git-token="$GIT_TOKEN" --backend gitea --registry gitea