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"
|
||||
|
||||
instances:
|
||||
- name: burrow
|
||||
- name: burrow
|
||||
forgejo:
|
||||
base_url: "https://git.burrow.net"
|
||||
token: "PENDING-FORGEJO-PAT"
|
||||
scope:
|
||||
level: "repository"
|
||||
owner: "burrow"
|
||||
owner: "hackclub"
|
||||
name: "burrow"
|
||||
disable_polling: true # webhook-only mode
|
||||
poll_interval: "30s"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ instances:
|
|||
token: "PENDING-FORGEJO-PAT"
|
||||
scope:
|
||||
level: "repository"
|
||||
owner: "burrow"
|
||||
owner: "hackclub"
|
||||
name: "burrow"
|
||||
disable_polling: true
|
||||
poll_interval: "30s"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ instances:
|
|||
token: "PENDING-FORGEJO-PAT"
|
||||
scope:
|
||||
level: "repository"
|
||||
owner: "burrow"
|
||||
owner: "hackclub"
|
||||
name: "burrow"
|
||||
disable_polling: false
|
||||
poll_interval: "30s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue