Skip to content

Commit e5dd066

Browse files
add access to open api key
1 parent 734d725 commit e5dd066

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-marimo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: uv add marimo
2727

2828
- name: Export Marimo Notebook
29+
env:
30+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
2931
run: |
3032
uv run marimo export html data_science_tools/polars_vs_pandas.py -o build/data_science_tools/polars_vs_pandas.html --sandbox
3133
uv run marimo export html llm/pydantic_ai_examples.py -o build/llm/pydantic_ai_examples.html --sandbox

0 commit comments

Comments
 (0)