sync hub items with community

Co-authored-by: fatonramadani <fatonramadani@users.noreply.github.com>
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com>
This commit is contained in:
github-actions[bot]
2022-08-05 10:20:41 +02:00
committed by GitHub
parent 1ae6ee7b43
commit f1109da69c

View File

@@ -0,0 +1,18 @@
{
"workspace_id": "starter",
"name": "toggl",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"token": {
"type": "string",
"description": ""
}
},
"required": [
"token"
],
"type": "object"
},
"description": "Toggle Track API Token"
}