1 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
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
SPECKLE_AUTOMATE_URL: https://automate.speckle.dev SPECKLE_AUTOMATE_URL: https://automate.speckle.dev
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.1.4 - uses: actions/checkout@v4.1.1
- name: Setup .NET Core SDK - name: Setup .NET Core SDK
uses: actions/setup-dotnet@v3.2.0 uses: actions/setup-dotnet@v3.2.0
with: with:
@@ -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/"
} }
} }
} }