Fix Forge Namespace runner scope
Some checks failed
Cache: Publish Nix / Publish Nix Cache (push) Waiting to run
Build Rust / Cargo Test (push) Has started running
Build Site / Next.js Build (push) Failing after 6s
Lint Governance / BEP Metadata (push) Successful in 1s

This commit is contained in:
Conrad Kramer 2026-06-07 05:58:28 -07:00
parent 002bd382e9
commit 0faaa806b6
6 changed files with 10 additions and 10 deletions

Binary file not shown.

View file

@ -127,7 +127,7 @@ instances:
token: "PENDING-FORGEJO-PAT" token: "PENDING-FORGEJO-PAT"
scope: scope:
level: "repository" level: "repository"
owner: "burrow" owner: "hackclub"
name: "burrow" name: "burrow"
disable_polling: true # webhook-only mode disable_polling: true # webhook-only mode
poll_interval: "30s" poll_interval: "30s"

View file

@ -9,7 +9,7 @@ instances:
token: "PENDING-FORGEJO-PAT" token: "PENDING-FORGEJO-PAT"
scope: scope:
level: "repository" level: "repository"
owner: "burrow" owner: "hackclub"
name: "burrow" name: "burrow"
disable_polling: true disable_polling: true
poll_interval: "30s" poll_interval: "30s"

View file

@ -10,7 +10,7 @@ instances:
token: "PENDING-FORGEJO-PAT" token: "PENDING-FORGEJO-PAT"
scope: scope:
level: "repository" level: "repository"
owner: "burrow" owner: "hackclub"
name: "burrow" name: "burrow"
disable_polling: false disable_polling: false
poll_interval: "30s" poll_interval: "30s"