vxkyyy commited on
Commit
70d86ae
·
1 Parent(s): 0036856

fix: use correct HF username vxkyyy in deploy.yml auth URL

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -25,5 +25,5 @@ jobs:
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
27
  run: |
28
- git remote add hf https://huggingface:${HF_TOKEN}@huggingface.co/spaces/vxkyyy/AgentIC
29
  git push hf main --force
 
25
  env:
26
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
27
  run: |
28
+ git remote add hf https://vxkyyy:${HF_TOKEN}@huggingface.co/spaces/vxkyyy/AgentIC
29
  git push hf main --force