Spaces:
Build error
Build error
jordancaraballo
commited on
Commit
·
33fd6b0
1
Parent(s):
dffbe14
Fixing token name
Browse files
.github/workflows/sync-hf.yml
CHANGED
@@ -16,5 +16,5 @@ jobs:
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
-
|
20 |
run: git push --force https://jordancaraballo:[email protected]/spaces/jordancaraballo/alaska-wildfire-occurrence main
|
|
|
16 |
lfs: true
|
17 |
- name: Push to hub
|
18 |
env:
|
19 |
+
HF_DEPLOY_TOKEN: ${{ secrets.HF_DEPLOY_TOKEN }}
|
20 |
run: git push --force https://jordancaraballo:[email protected]/spaces/jordancaraballo/alaska-wildfire-occurrence main
|