From 02871571c1d825e7e2cf70f38043049da645fa6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Fri, 25 Aug 2023 19:50:52 +0200 Subject: [PATCH] update gh workflow to new secret names --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'