Spaces:
Runtime error
Runtime error
Albert Villanova del Moral
commited on
Commit
·
3823be9
1
Parent(s):
62c7b40
Add HF username/token
Browse files
.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
|
|
|
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
|