boris commited on
Commit
71aa291
1 Parent(s): 5d72414

feat: correct access

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +3 -1
.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
- run: git push https://huggingface.co/spaces/flax-community/dalle-mini main
 
 
 
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