try new token
Browse files
.github/workflows/hf-space.yml
CHANGED
@@ -21,4 +21,4 @@ jobs:
|
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
run: |
|
24 |
-
git push -f
|
|
|
21 |
env:
|
22 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
23 |
run: |
|
24 |
+
git push -f https://fsal:[email protected]/spaces/Contentwise/langchain-streamlit-demo main
|