From 572cde530deed32eca819d854ffafd55de01d59e Mon Sep 17 00:00:00 2001 From: Emerald Henry <87782037+henrii1@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:19:14 -0800 Subject: [PATCH] Update huggingface.yml --- .github/workflows/huggingface.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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