diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index 678e943..d74df25 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -3,7 +3,7 @@ on: push: branches: [main] -# setup to run this workflow manually from the Actions tab + # to run this workflow manually from the actions tab workflow_dispatch: jobs: @@ -12,12 +12,13 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 0 - name: Add remote env: - HF: ${{ secrets.HF}} + HUGGINGFACE: ${{ secrets.HF }} run: git remote add space https://henrii1:$HF@huggingface.co/spaces/henrii1/Text_summarization - - name: Push to Hub + - name: Push to hub env: - HF: ${{ secrets.HF}} + HUGGINGFACE: ${{ secrets.HF }} run: git push --force https://henrii1:$HF@huggingface.co/spaces/henrii1/Text_summarization main +