Skip to content

Commit

Permalink
ENG-1293: make license env var global available
Browse files Browse the repository at this point in the history
  • Loading branch information
AsadHasan-Rasa committed Sep 12, 2024
1 parent c0fed3d commit e043d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit e043d7b

Please sign in to comment.