feat: update to new automate (#22)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Gergő Jedlicska
2024-05-17 14:59:27 +02:00
committed by GitHub
parent c0fecb160b
commit 2eec40a4be
5 changed files with 344 additions and 333 deletions
+8 -8
View File
@@ -2,19 +2,19 @@
"speckleToken": "YOUR SPEKCLE TOKEN",
"functionInputs": {
"whisperMessage": "you are doing something weird",
"forbiddenSpeckleType": ""
"forbiddenSpeckleType": "wall"
},
"automationRunData": {
"project_id": "project id",
"model_id": "model id",
"branch_name": "branch name",
"version_id": "version id",
"speckle_server_url": "https://latest.speckle.systems",
"automation_id": "automation id",
"automation_revision_id": "automation revision id",
"automation_run_id": "automation run id",
"function_id": "function id",
"function_name": "function name",
"function_logo": null
"function_run_id": "function run id",
"triggers": [
{
"payload": { "modelId": "model id", "versionId": "version id" },
"triggerType": "versionCreation"
}
]
}
}