sync hub items with community #148

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-02 19:22:35 +02:00
committed by GitHub
parent a354af62ce
commit 5b70bad6b9
2 changed files with 36 additions and 0 deletions

View File

@@ -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"
}

View File

@@ -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"
}