Fix Forge Namespace runner scope
This commit is contained in:
parent
002bd382e9
commit
0faaa806b6
6 changed files with 10 additions and 10 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -121,13 +121,13 @@ dispatcher:
|
||||||
url: "http://dispatcher:8080"
|
url: "http://dispatcher:8080"
|
||||||
|
|
||||||
instances:
|
instances:
|
||||||
- name: burrow
|
- name: burrow
|
||||||
forgejo:
|
forgejo:
|
||||||
base_url: "https://git.burrow.net"
|
base_url: "https://git.burrow.net"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue