1
0
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:
Brad Rydzewski 2015-05-18 21:54:10 -07:00
parent e09f02db9e
commit ca0ba21ef6

View File

@ -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 = ""
``` ```