mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
sync hub items with community #148
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a354af62ce
commit
5b70bad6b9
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "airtable",
|
||||
"schema": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"description": "The airtable OAuth token"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"workspace_id": "starter",
|
||||
"name": "github",
|
||||
"schema": {
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"properties": {
|
||||
"token": {
|
||||
"type": "string",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"token"
|
||||
],
|
||||
"type": "object"
|
||||
},
|
||||
"description": "The github OAuth credentials"
|
||||
}
|
||||
Reference in New Issue
Block a user