3 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
Jedd Morgan b6e9dd9b5d Update main.yml 2024-02-15 15:41:41 +00:00
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -27,10 +27,11 @@ jobs:
dotnet run generate-schema ${HOME}/functionSchema.json
cat ${HOME}/functionSchema.json
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.8.1
uses: specklesystems/speckle-automate-github-composite-action@0.7.2
with:
speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll"
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}
speckle_function_recommended_memory_mi: 8000
@@ -3,8 +3,8 @@
"TestAutomateFunction": {
"commandName": "Project",
"environmentVariables": {
"SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a",
"SPECKLE_SERVER_URL": "https://latest.speckle.dev/"
"SPECKLE_TOKEN": "<YOUR TOKEN HERE>",
"SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
}
}
}