sotirios-slv commited on
Commit
44bed6a
1 Parent(s): 90bc258

Reverted GA workflows

Browse files
.github/workflows/deploy-to-hf-dev.yml CHANGED
@@ -18,5 +18,5 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_DEV_TOKEN }}
21
- run: git push origin https://sotirios-slv:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev main --force
22
 
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_DEV_TOKEN }}
21
+ run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev main
22
 
.github/workflows/deploy-to-hf-prod.yml CHANGED
@@ -17,4 +17,4 @@ jobs:
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
 
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