mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
add agents attribute to toml
This commit is contained in:
parent
e09f02db9e
commit
ca0ba21ef6
1 changed files with 3 additions and 0 deletions
|
@ -50,4 +50,7 @@ secret = ""
|
|||
authorize = "https://github.com/login/oauth/authorize"
|
||||
access_token = "https://github.com/login/oauth/access_token"
|
||||
request_token = ""
|
||||
|
||||
[agents]
|
||||
secret = ""
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue