1
Fork 0

Try to fix ci

This commit is contained in:
Hadeed 2025-03-31 16:32:07 +05:00
parent dc6f6f3900
commit fa9308d9ed

View file

@ -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