Spaces:
Running
Running
Carlos Salgado
commited on
Commit
•
4da192d
1
Parent(s):
d997dff
use username
Browse files
.github/workflows/hugging_face.yml
CHANGED
@@ -12,10 +12,9 @@ jobs:
|
|
12 |
- uses: actions/checkout@v3
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
-
lfs: true
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
-
HF_USER: ${{
|
20 |
run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/$HF_USER/docverifyrag main
|
21 |
-
|
|
|
12 |
- uses: actions/checkout@v3
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
+
lfs: true
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
HF_USER: ${{ github.repository_owner }}
|
20 |
run: git push https://$HF_USER:$HF_TOKEN@huggingface.co/spaces/$HF_USER/docverifyrag main
|
|