Skip to content

Commit

Permalink
feat: allow automate url override from env var
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Sep 25, 2023
1 parent 19662ec commit d7b06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.6.7
with:
speckle_automate_url: 'https://automate.speckle.dev'
speckle_automate_url: ${{ env.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 }}
Expand Down

0 comments on commit d7b06fa

Please sign in to comment.