Spaces:
Running
Running
Update .github/workflows/depoly.yml
Browse files
.github/workflows/depoly.yml
CHANGED
@@ -31,5 +31,5 @@ jobs:
|
|
31 |
env:
|
32 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
33 |
run: |
|
34 |
-
git remote add space https://huggingface.co/spaces/
|
35 |
-
git push https://
|
|
|
31 |
env:
|
32 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
33 |
run: |
|
34 |
+
git remote add space https://huggingface.co/spaces/Chemically-motivated/OSINT_Tool
|
35 |
+
git push https://canstralian:${HF_TOKEN}@huggingface.co/spaces/Chemically-motivated/OSINT_Tool main
|