From 305602644c7d7965dd22318b1a472e0a3512b0cb Mon Sep 17 00:00:00 2001 From: Dennis Hundertmark Date: Mon, 9 Mar 2026 11:33:46 +0100 Subject: [PATCH] ci: use dedicated git secrets for manifest updates --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3d01cf2..6b3fc06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,9 +47,9 @@ steps: image: alpine:3.20 environment: GITEA_USERNAME: - from_secret: gitea_username + from_secret: gitea_git_username GITEA_TOKEN: - from_secret: gitea_password + from_secret: gitea_git_token commands: - apk add --no-cache git sed - test -n "$GITEA_USERNAME" -- 2.52.0