Spaces:
Running
Running
hf config
Browse files
.github/workflows/sync-to-hub.yml
CHANGED
@@ -16,4 +16,4 @@ jobs:
|
|
16 |
env:
|
17 |
HF_API_KEY: ${{ secrets.HF_API_KEY }}
|
18 |
run: |
|
19 |
-
git push https://
|
|
|
16 |
env:
|
17 |
HF_API_KEY: ${{ secrets.HF_API_KEY }}
|
18 |
run: |
|
19 |
+
git push https://SCGR:${HF_API_KEY}@huggingface.co/spaces/SCGR/Promptaid_Vision main
|