Skip to content

Commit

Permalink
set env
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent fb2c261 commit bd7cd4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: Training and Testing
runs-on: ubuntu-latest
# needs: [lint-testing, type-testing]
env: # Or as an environment variable
RASA_PRO_LICENSE: ${{ secrets.RASA_PRO_LICENSE }}
steps:
- uses: actions/checkout@v1
- id: files
Expand All @@ -23,8 +25,6 @@ jobs:
contains( steps.files.outputs.all, 'data/' )
|| contains( steps.files.outputs.all, 'config.yml' )
run: echo "RUN_TRAINING=true" >> $GITHUB_ENV
- name: Echo TEST_ENV
run: echo TEST_ENV=$TEST_ENV
- name: Echo RASA_PRO_LICENSE
run: echo RASA_PRO_LICENSE=$RASA_PRO_LICENSE
- name: Rasa Train and Test GitHub Action
Expand Down

0 comments on commit bd7cd4b

Please sign in to comment.