Spaces:
Sleeping
Sleeping
Update HF_TOKEN to use HF_API_KEY secret
Browse files
.github/workflows/deploy.yml
CHANGED
|
@@ -25,7 +25,7 @@ jobs:
|
|
| 25 |
fetch-depth: 0
|
| 26 |
- name: Push to HF
|
| 27 |
env:
|
| 28 |
-
HF_TOKEN: ${{ secrets.
|
| 29 |
run: |
|
| 30 |
git config --global user.email "ci@github.com"
|
| 31 |
git config --global user.name "GitHub CI"
|
|
|
|
| 25 |
fetch-depth: 0
|
| 26 |
- name: Push to HF
|
| 27 |
env:
|
| 28 |
+
HF_TOKEN: ${{ secrets.HF_API_KEY }}
|
| 29 |
run: |
|
| 30 |
git config --global user.email "ci@github.com"
|
| 31 |
git config --global user.name "GitHub CI"
|