From 228f7652703781a61a275dfb0c707e11624cddd8 Mon Sep 17 00:00:00 2001 From: Titusz Pan Date: Tue, 13 Aug 2024 17:42:05 +0200 Subject: [PATCH] chore: update huggingface-sync-action to version 0.0.5 and set private to false --- .github/workflows/huggingface.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/huggingface.yml b/.github/workflows/huggingface.yml index d786ae9..b070979 100644 --- a/.github/workflows/huggingface.yml +++ b/.github/workflows/huggingface.yml @@ -8,10 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync with Hugging Face - uses: nateraw/huggingface-sync-action@v0.0.4 + uses: nateraw/huggingface-sync-action@v0.0.5 with: github_repo_id: iscc/iscc-sct huggingface_repo_id: iscc/iscc-sct repo_type: space space_sdk: gradio + private: false hf_token: ${{ secrets.HF_TOKEN }}