From 3f12ff7099cf53ab16af98125f6ceaf789918fd0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 22 Jun 2025 21:24:18 +0300 Subject: [PATCH] Test the API token to make a call to cloudflare --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f474155..40bc8fe 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -7,4 +7,8 @@ steps: - bash automation/cloudflared-sync.sh environment: GIT_TOKEN: - from_secret: GIT_TOKEN \ No newline at end of file + from_secret: GIT_TOKEN + CLOUDFLARE_API_TOKEN: + from_secret: CLOUDFLARE_API_TOKEN + CLOUDFLARE_ZONE_ID: + from_secret: CLOUDFLARE_ZONE_ID \ No newline at end of file