chore: Update github action regrading notebook

Update github action related to jupyter notebook

Chore COG-686
This commit is contained in:
Igor Ilic 2024-11-29 12:16:28 +01:00
parent ce99936ed5
commit eaf26b5c9e
2 changed files with 0 additions and 5 deletions

View file

@ -7,10 +7,6 @@ on:
description: "Location of Jupyter notebook to run" description: "Location of Jupyter notebook to run"
required: true required: true
type: string type: string
label-name:
description: "Name of the label triggering the event"
required: true
type: string
secrets: secrets:
GRAPHISTRY_USERNAME: GRAPHISTRY_USERNAME:
required: true required: true

View file

@ -17,7 +17,6 @@ jobs:
uses: ./.github/workflows/reusable_notebook.yml uses: ./.github/workflows/reusable_notebook.yml
with: with:
notebook-location: notebooks/cognee_demo.ipynb notebook-location: notebooks/cognee_demo.ipynb
label-name: ${{ github.event.label.name }} # Pass event information explicitly
secrets: secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }} GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}