From e5d1b84e8309407c8fc1248013dc7dd24241c78c Mon Sep 17 00:00:00 2001 From: Lucas Winther Date: Wed, 19 Aug 2026 22:55:04 +0200 Subject: [PATCH] Use a runner with self-hosted IP to get around the 403's. --- .github/workflows/refresh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/refresh.yml b/.github/workflows/refresh.yml index 19456ae..f590a1d 100644 --- a/.github/workflows/refresh.yml +++ b/.github/workflows/refresh.yml @@ -35,7 +35,7 @@ permissions: jobs: refresh: name: Fetch sources and rebuild the feed - runs-on: ubuntu-latest + runs-on: [self-hosted, safe-ip] # A fork must not point this at the wikis on a schedule. Same shape as the # DEPLOY_PAGES gate in ci.yml: off by default for anyone but this repo, # while a fork owner can still dispatch it by hand and take responsibility.