diff --git a/.github/workflows/process_documents_repository_dispatch.yml b/.github/workflows/process_documents_repository_dispatch.yml index 6db8cd5..6bd9c40 100644 --- a/.github/workflows/process_documents_repository_dispatch.yml +++ b/.github/workflows/process_documents_repository_dispatch.yml @@ -22,7 +22,8 @@ jobs: MAX_PAGES_FOR_LLM_PARSE_LIMIT: ${{ vars.MAX_PAGES_FOR_LLM_PARSE_LIMIT }} MAX_DOCUMENTS_TO_PROCESS_IN_ONE_RUN: ${{ vars.MAX_DOCUMENTS_TO_PROCESS_IN_ONE_RUN }} MAX_DOCUMENTS_TO_IMPORT_PER_DOCUMENT_TYPE: ${{ vars.MAX_DOCUMENTS_TO_IMPORT_PER_DOCUMENT_TYPE }} - + LLAMA_PARSE_TOKEN: ${{ secrets.LLAMA_PARSE_TOKEN }} + steps: - name: checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/process_documents_workflow_dispatch.yml b/.github/workflows/process_documents_workflow_dispatch.yml index d844530..e7fd3bf 100644 --- a/.github/workflows/process_documents_workflow_dispatch.yml +++ b/.github/workflows/process_documents_workflow_dispatch.yml @@ -28,7 +28,8 @@ jobs: MAX_PAGES_FOR_LLM_PARSE_LIMIT: ${{ vars.MAX_PAGES_FOR_LLM_PARSE_LIMIT }} MAX_DOCUMENTS_TO_PROCESS_IN_ONE_RUN: ${{ vars.MAX_DOCUMENTS_TO_PROCESS_IN_ONE_RUN }} MAX_DOCUMENTS_TO_IMPORT_PER_DOCUMENT_TYPE: ${{ vars.MAX_DOCUMENTS_TO_IMPORT_PER_DOCUMENT_TYPE }} - + LLAMA_PARSE_TOKEN: ${{ secrets.LLAMA_PARSE_TOKEN }} + steps: - name: checkout code uses: actions/checkout@v4