2 Commits

Author SHA1 Message Date
Iain Sproat 251d6b7f2d chore(domains): update latest.speckle.dev to latest.speckle.systems (#8) 2024-07-18 16:58:16 +01:00
connorivy d20d3d022a Merge pull request #4 from specklesystems/function-memory
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled
Update main.yml
2024-02-16 08:31:27 -06:00
@@ -3,8 +3,8 @@
"TestAutomateFunction": { "TestAutomateFunction": {
"commandName": "Project", "commandName": "Project",
"environmentVariables": { "environmentVariables": {
"SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a", "SPECKLE_TOKEN": "<YOUR TOKEN HERE>",
"SPECKLE_SERVER_URL": "https://latest.speckle.dev/" "SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
} }
} }
} }