diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index d74df25..2b76558 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -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