update gh workflow to new secret names

This commit is contained in:
Gergő Jedlicska
2023-08-25 19:50:52 +02:00
parent ba53bec878
commit 02871571c1
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
uses: specklesystems/speckle-automate-github-composite-action@0.4.2
with:
speckle_automate_url: 'https://automate.speckle.dev'
speckle_token: ${{ secrets.SPECKLE_AUTOMATE_FUNCTION_PUBLISH_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_AUTOMATE_FUNCTION_ID }}
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_command: 'python main.py'