Spaces:
Running
Running
feat: correct access
Browse files
.github/workflows/main.yml
CHANGED
@@ -19,4 +19,6 @@ jobs:
|
|
19 |
with:
|
20 |
filesizelimit: 900000 # so we can sync to HF spaces
|
21 |
- name: Push to hub
|
22 |
-
|
|
|
|
|
|
19 |
with:
|
20 |
filesizelimit: 900000 # so we can sync to HF spaces
|
21 |
- name: Push to hub
|
22 |
+
env:
|
23 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
+
run: git push https://boris:$HF_TOKEN@huggingface.co/spaces/flax-community/dalle-mini main
|