diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52d3369..642803f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'