chore(register): update proto file.
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
3a1503138b
commit
c161a48a0a
5 changed files with 21 additions and 8 deletions
|
@ -32,8 +32,8 @@ type (
|
|||
|
||||
Runner struct {
|
||||
Name string `envconfig:"GITEA_RUNNER_NAME"`
|
||||
URL string `envconfig:"GITEA_URL" required:"true"`
|
||||
Token string `envconfig:"GITEA_TOKEN" required:"true"`
|
||||
URL string `envconfig:"GITEA_RUNNER_URL" required:"true"`
|
||||
Token string `envconfig:"GITEA_RUNNER_TOKEN" required:"true"`
|
||||
Capacity int `envconfig:"GITEA_RUNNER_CAPACITY" default:"1"`
|
||||
Environ map[string]string `envconfig:"GITEA_RUNNER_ENVIRON"`
|
||||
EnvFile string `envconfig:"GITEA_RUNNER_ENV_FILE"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue