bug
Browse files
.github/workflows/sync.yml
CHANGED
|
@@ -17,4 +17,4 @@ jobs:
|
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
# Change 'KumarChad' and 'Prompt_Injection_env' if your names are different!
|
| 20 |
-
git push --force https://KumarChad:$HF_TOKEN@huggingface.co/spaces/KumarChad/Prompt_Injection_env main
|
|
|
|
| 17 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
| 18 |
run: |
|
| 19 |
# Change 'KumarChad' and 'Prompt_Injection_env' if your names are different!
|
| 20 |
+
git push --force https://KumarChad:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/KumarChad/Prompt_Injection_env main
|