mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
add agents attribute to toml
This commit is contained in:
parent
e09f02db9e
commit
ca0ba21ef6
@ -50,4 +50,7 @@ secret = ""
|
|||||||
authorize = "https://github.com/login/oauth/authorize"
|
authorize = "https://github.com/login/oauth/authorize"
|
||||||
access_token = "https://github.com/login/oauth/access_token"
|
access_token = "https://github.com/login/oauth/access_token"
|
||||||
request_token = ""
|
request_token = ""
|
||||||
|
|
||||||
|
[agents]
|
||||||
|
secret = ""
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user