From 49a4d21d4962a4d81a4ec019ae551ae6ca72c2d5 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Thu, 19 Feb 2026 16:35:22 +0200 Subject: [PATCH] update statichost config --- statichost.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/statichost.yml b/statichost.yml index 26ef675..7668e27 100644 --- a/statichost.yml +++ b/statichost.yml @@ -1,10 +1,9 @@ image: alpine command: | apk add --no-cache curl jq unzip && - curl -s -H "Authorization: token $GITHUB_TOKEN" \ - "https://api.github.com/repos/repomaa/cv/actions/artifacts?per_page=1" | \ - jq -r '.artifacts[0].archive_download_url' | \ - xargs -I {} curl -s -L -H "Authorization: token $GITHUB_TOKEN" -o artifact.zip {} && + curl -s 'https://git.freun.dev/api/v1/repos/repomaa/cv/actions/artifacts?name=build' | \ + jq -r '.artifacts[-1].archive_download_url' | \ + xargs -I {} curl -s -L -o artifact.zip {} && unzip -o artifact.zip -d public public: public domains: