pannman commited on
Commit
f4d0a66
·
1 Parent(s): 8961a3a

update githubaction

Browse files
.github/workflows/pysen-python-app.yaml CHANGED
@@ -56,5 +56,5 @@ jobs:
56
  env:
57
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
58
  run: |
59
- git push https://huggingface.co/spaces/test-almondo/test2 develop:main
60
 
 
56
  env:
57
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
58
  run: |
59
+ git push https://test-almondo:$HF_TOKEN@huggingface.co/spaces/test-almondo/test2 develop:main
60