Set runner secret

Signed-off-by: Lee Smet <lee.smet@hotmail.com>
This commit is contained in:
Lee Smet
2025-09-04 14:05:03 +02:00
parent c4971aa794
commit de6c799635
6 changed files with 46 additions and 13 deletions

View File

@@ -563,6 +563,9 @@
"local": {
"type": "boolean"
},
"secret": {
"type": "string"
},
"created_at": {
"type": "integer",
"format": "int64"
@@ -1001,6 +1004,9 @@
},
"local": {
"type": "boolean"
},
"secret": {
"type": "string"
}
}
},