From 29e418e435e654f56f935fea922b8918e7343923 Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 21 Mar 2026 15:01:01 +0000 Subject: [PATCH] fix: configure clone credentials in pipeline --- .drone.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.drone.yml b/.drone.yml index e8c08a8..7516ee6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,13 @@ type: kubernetes name: build-and-deploy-dev +clone: + git: + username: + from_secret: git_username + password: + from_secret: git_password + trigger: event: - push @@ -42,6 +49,13 @@ type: kubernetes name: build-and-deploy-prod +clone: + git: + username: + from_secret: git_username + password: + from_secret: git_password + trigger: event: - push