We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd72743 commit 3cb1fbaCopy full SHA for 3cb1fba
.github/workflows/deploy-to-spaces.yml
@@ -17,4 +17,4 @@ jobs:
17
- name: Push to hub
18
env:
19
HF_DEPLOYMENT_TOKEN: ${{ secrets.HF_DEPLOYMENT_TOKEN }}
20
- run: git push https://mishig:$HF_DEPLOYMENT_TOKEN@huggingface.co/spaces/huggingface-projects/inference-playground main
+ run: git push https://mishig:$HF_DEPLOYMENT_TOKEN@huggingface.co/spaces/huggingface/inference-playground main
0 commit comments