Spaces:
Sleeping
Sleeping
hf update
Browse files
.github/workflows/ci-cd.yml
CHANGED
|
@@ -28,4 +28,4 @@ jobs:
|
|
| 28 |
- name: Push to Hugging Face
|
| 29 |
env:
|
| 30 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 31 |
-
run: git push --force https://
|
|
|
|
| 28 |
- name: Push to Hugging Face
|
| 29 |
env:
|
| 30 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 31 |
+
run: git push --force https://mubi-613:$HF_TOKEN@huggingface.co/spaces/mubi-613/ai-code-scanner-ui main
|