Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14026a027e |
@@ -27,11 +27,10 @@ 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.7.2
|
||||
uses: specklesystems/speckle-automate-github-composite-action@0.8.1
|
||||
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": "<YOUR TOKEN HERE>",
|
||||
"SPECKLE_SERVER_URL": "https://latest.speckle.systems/"
|
||||
"SPECKLE_TOKEN": "718d0650eea8038642850414e43bd81314d740359a",
|
||||
"SPECKLE_SERVER_URL": "https://latest.speckle.dev/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user