forestav commited on
Commit
6729921
·
1 Parent(s): 07bd554

fix cron job bug

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +1 -0
.github/workflows/actions.yml CHANGED
@@ -76,6 +76,7 @@ jobs:
76
 
77
  - name: Run training pipeline
78
  env:
 
79
  HOPSWORKS_API_KEY: ${{ secrets.HOPSWORKS_API_KEY }}
80
  run: |
81
  jupyter nbconvert --to python training_pipeline.ipynb
 
76
 
77
  - name: Run training pipeline
78
  env:
79
+ HF_TOKEN: ${{ secrets.HF_TOKEN }}
80
  HOPSWORKS_API_KEY: ${{ secrets.HOPSWORKS_API_KEY }}
81
  run: |
82
  jupyter nbconvert --to python training_pipeline.ipynb