Skip to content

Commit

Permalink
add keys
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Nov 29, 2024
1 parent bde08c4 commit be3944d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-train-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
cross_validation: false
publish_summary: false
github_token: ${{ secrets.GITHUB_TOKEN }}
# rasa_pro_license: ${{ secrets.RASA_PRO_LICENSE }}
rasa_pro_license: ${{ secrets.RASA_PRO_LICENSE }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
- name: Upload model
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@main
Expand Down

0 comments on commit be3944d

Please sign in to comment.