Albert Villanova del Moral commited on
Commit
3823be9
·
1 Parent(s): 62c7b40

Add HF username/token

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -30,4 +30,4 @@ jobs:
30
  - name: Push to Hub
31
  env:
32
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
33
- run: git push --force https://huggingface.co/spaces/albertvillanova/datasets-tagging automatic-deploy-to-spaces:main
 
30
  - name: Push to Hub
31
  env:
32
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
33
+ run: git push --force https://${{ github.actor }}:$HF_TOKEN@huggingface.co/spaces/albertvillanova/datasets-tagging automatic-deploy-to-spaces:main