update gh workflow to properly user the repo variable (#24)
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Gergő Jedlicska
2024-06-06 07:45:28 +02:00
committed by GitHub
parent b8e18ea051
commit 606adbefb2
+1 -1
View File
@@ -31,7 +31,7 @@ jobs:
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.8.1
with:
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL || vars.SPECKLE_AUTOMATE_URL || 'https://automate.speckle.dev' }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_FILE_NAME }}