mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 16:30:57 +00:00
fix: stabilize release validation
This commit is contained in:
@@ -22,6 +22,50 @@
|
||||
"feishu_wiki"
|
||||
]
|
||||
},
|
||||
"toolMetadata": {
|
||||
"feishu_app_scopes": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_create_app": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_create_field": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_create_record": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_get_meta": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_get_record": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_list_fields": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_list_records": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_bitable_update_record": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_chat": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_doc": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_drive": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_perm": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
},
|
||||
"feishu_wiki": {
|
||||
"configSignals": [{ "rootPath": "channels.feishu", "required": ["appId", "appSecret"] }]
|
||||
}
|
||||
},
|
||||
"channelEnvVars": {
|
||||
"feishu": [
|
||||
"FEISHU_APP_ID",
|
||||
|
||||
Reference in New Issue
Block a user