From bde08c441a94226e761e8abfef6e436f3bd0f18f Mon Sep 17 00:00:00 2001 From: Greg Stephens Date: Fri, 29 Nov 2024 10:21:24 -0800 Subject: [PATCH] is RASA_PRO_LICENSE needed --- .github/workflows/test-train-model.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-train-model.yml b/.github/workflows/test-train-model.yml index 36cb1b9..c7ad2f8 100644 --- a/.github/workflows/test-train-model.yml +++ b/.github/workflows/test-train-model.yml @@ -35,7 +35,7 @@ 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 }} - name: Upload model if: github.ref == 'refs/heads/main' uses: actions/upload-artifact@main