forestav commited on
Commit
0908296
·
1 Parent(s): 3e80ffb

update cron job

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +2 -0
.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