Skip to content

Commit

Permalink
Update huggingface.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
henrii1 authored Dec 3, 2023
1 parent 4fc7b3b commit 572cde5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
fetch-depth: 0
- name: Add remote
env:
HUGGINGFACE: ${{ secrets.HF }}
run: git remote add space https://henrii1:$HF@huggingface.co/spaces/henrii1/Text_summarization
HUGGINGFACE: ${{ secrets.HUGGINGFACE }}
run: git remote add space https://henrii1:$HUGGINGFACE@huggingface.co/spaces/henrii1/Text_summarization
- name: Push to hub
env:
HUGGINGFACE: ${{ secrets.HF }}
run: git push --force https://henrii1:$HF@huggingface.co/spaces/henrii1/Text_summarization main
HUGGINGFACE: ${{ secrets.HUGGINGFACE }}
run: git push --force https://henrii1:$HUGGINGFACE@huggingface.co/spaces/henrii1/Text_summarization main

0 comments on commit 572cde5

Please # to comment.