update gh workflow to new secret names
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user