Spaces:
Runtime error
Runtime error
fix cron job bug
Browse files
.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
|