From e043d7b4ff87b7205114ff4f43bbcc05a6607105 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 12 Sep 2024 19:50:08 +0100 Subject: [PATCH] ENG-1293: make license env var global available --- .github/workflows/continous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-integration.yml b/.github/workflows/continous-integration.yml index 1ee9f6c..2679b84 100644 --- a/.github/workflows/continous-integration.yml +++ b/.github/workflows/continous-integration.yml @@ -13,6 +13,7 @@ concurrency: env: DEFAULT_PYTHON_VERSION: '3.9' POETRY_VERSION: 1.8.2 + RASA_PRO_LICENSE: ${{secrets.RASA_PRO_LICENSE}} jobs: train-model: @@ -72,7 +73,6 @@ jobs: - name: Train model env: OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}} - RASA_PRO_LICENSE: ${{secrets.RASA_PRO_LICENSE}} RASA_PRO_BETA_INTENTLESS: true RASA_DUCKLING_HTTP_URL: ${{secrets.DUCKLING_URL}} run: |