Use a runner with self-hosted IP to get around the 403's.

This commit is contained in:
Lucas Winther
2026-08-19 22:55:04 +02:00
committed by GitHub
parent a60eb6616a
commit e5d1b84e83
+1 -1
View File
@@ -35,7 +35,7 @@ permissions:
jobs: jobs:
refresh: refresh:
name: Fetch sources and rebuild the feed 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 # 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, # 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. # while a fork owner can still dispatch it by hand and take responsibility.