diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6c046db..2a91330 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Add remote env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - run: git remote add space https://kumarajit:$HF_TOKEN@huggingface.co/spaces/kumarajit/mlops-coursera + run: git remote add space https://huggingface.co/spaces/kumarajit/mlops-coursera - name: Push to hub env: HF_TOKEN: ${{ secrets.HF_TOKEN }}