mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 00:24:58 +00:00
Support user secrets (#2126)
This commit is contained in:
@@ -4197,6 +4197,10 @@ const docTemplate = `{
|
||||
"login": {
|
||||
"description": "Login is the username for this user.\n\nrequired: true",
|
||||
"type": "string"
|
||||
},
|
||||
"org_id": {
|
||||
"description": "OrgID is the of the user as model.Org.",
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user