Spaces:
Running
Running
update cron job
Browse files
.github/workflows/actions.yml
CHANGED
@@ -72,6 +72,8 @@ jobs:
|
|
72 |
python training_pipeline.py
|
73 |
|
74 |
- name: Run bootstrap script
|
|
|
|
|
75 |
run: python bootstrap.py
|
76 |
|
77 |
- name: Commit and push changes
|
|
|
72 |
python training_pipeline.py
|
73 |
|
74 |
- name: Run bootstrap script
|
75 |
+
env:
|
76 |
+
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
|
77 |
run: python bootstrap.py
|
78 |
|
79 |
- name: Commit and push changes
|