From 8875be5270810b3362025475e3817907adf745d0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 15 Jun 2025 05:26:23 +0300 Subject: [PATCH] Try the new pipeline --- .woodpecker.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 03402c2..40f58af 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -57,6 +57,8 @@ steps: - git add values.yaml - git commit -m "Update labmap image tag to ${IMAGE_TAG}" - git push origin master - secrets: - - GIT_TOKEN - - GIT_USERNAME + settings: + username: + from_secret: GIT_USERNAME + password: + from_secret: GIT_TOKEN