Skip to content

Commit 414ae7b

Browse files
Add to git credentials
1 parent 5fc98fa commit 414ae7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_method_comparison_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
HF_TOKEN: ${{ secrets.PEFT_INTERNAL_REPO_READ_WRITE }}
1919
run: |
2020
pip install huggingface_hub
21-
huggingface-cli login --token "${HF_TOKEN}"
21+
huggingface-cli login --token "${HF_TOKEN}" --add-to-git-credential
2222
2323
- name: Deploy method_comparison app to HF Spaces
2424
run: |

0 commit comments

Comments
 (0)