sotirios-slv commited on
Commit
b534bb4
1 Parent(s): 16858c9

Trying to fix the deployment to dev

Browse files
.github/workflows/deploy-to-hf-dev.yml CHANGED
@@ -17,6 +17,6 @@ jobs:
17
  lfs: true
18
  - name: Push to hub
19
  env:
20
- HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev main
22
 
 
17
  lfs: true
18
  - name: Push to hub
19
  env:
20
+ HF_TOKEN: ${{ secrets.HF_DEV_TOKEN }}
21
+ run: git push https://sotirios-slv:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev main
22
 
.github/workflows/deploy-to-hf-prod.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to produciton Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
@@ -17,4 +17,4 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer main
 
1
+ name: Sync to production Hugging Face hub
2
  on:
3
  push:
4
  branches: [main]
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: git push https://sotirios-slv:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer main