From ff52ebe83e12b9ac4dbd51894c8965f8b3ab462e Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 23 Jun 2025 00:19:23 +0300 Subject: [PATCH] Seperate the script --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c87578b..89996ac 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: image: alpine commands: - apk add --no-cache git bash curl yq - - bash automation/cloudflared-sync.sh + - bash automation/main.sh environment: GIT_TOKEN: from_secret: GIT_TOKEN