chore: Update github action regrading notebook
Update github action related to jupyter notebook Chore COG-686
This commit is contained in:
parent
ce99936ed5
commit
eaf26b5c9e
2 changed files with 0 additions and 5 deletions
4
.github/workflows/reusable_notebook.yml
vendored
4
.github/workflows/reusable_notebook.yml
vendored
|
|
@ -7,10 +7,6 @@ on:
|
|||
description: "Location of Jupyter notebook to run"
|
||||
required: true
|
||||
type: string
|
||||
label-name:
|
||||
description: "Name of the label triggering the event"
|
||||
required: true
|
||||
type: string
|
||||
secrets:
|
||||
GRAPHISTRY_USERNAME:
|
||||
required: true
|
||||
|
|
|
|||
1
.github/workflows/test_notebook.yml
vendored
1
.github/workflows/test_notebook.yml
vendored
|
|
@ -17,7 +17,6 @@ jobs:
|
|||
uses: ./.github/workflows/reusable_notebook.yml
|
||||
with:
|
||||
notebook-location: notebooks/cognee_demo.ipynb
|
||||
label-name: ${{ github.event.label.name }} # Pass event information explicitly
|
||||
secrets:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GRAPHISTRY_USERNAME: ${{ secrets.GRAPHISTRY_USERNAME }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue