From fa9308d9ed1bc2b54d5392904afb820c9abef061 Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad <me@hadeedahmad.com> Date: Mon, 31 Mar 2025 16:32:07 +0500 Subject: [PATCH] Try to fix ci --- .woodpecker.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 0e916de..fe57168 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -30,7 +30,9 @@ steps: - API_URL=https://pages.hadeedahmad.com/pages/me - curl -s -w "%{http_code}" -F "zipfile=@project.zip" -H "$AUTH_HEADER" "$API_URL" | grep -q 200 - secrets: [ PAGES_API_KEY ] + environment: + PAGES_API_KEY: + from_secret: PAGES_API_KEY when: - event: manual