From fb4def584954a11c7d7f74eac8a4bfaa5b0f2d6e Mon Sep 17 00:00:00 2001 From: Hadeed Ahmad Date: Mon, 7 Oct 2024 18:47:04 +0500 Subject: [PATCH] Change api key --- .woodpecker.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index f55d35b..807c9f2 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -5,9 +5,9 @@ steps: commands: - apk add --no-cache zip curl - zip -r project.zip . -x ".*" - - 'curl -s -w "%{http_code}" -X POST -F "zipfile=@project.zip" -H "Authorization: Bearer $API_KEY" https://pages.hadeedahmad.com/pages/me | grep -q "200"' + - 'curl -s -w "%{http_code}" -X POST -F "zipfile=@project.zip" -H "Authorization: Bearer $PAGES_API_KEY" https://pages.hadeedahmad.com/pages/me | grep -q "200"' - secrets: [ API_KEY ] + secrets: [ PAGES_API_KEY ] when: - event: manual - event: push