diff --git a/.github/workflows/leaderboard_refresh.yaml b/.github/workflows/leaderboard_refresh.yaml index 159ba6e86f..8bc25c96db 100644 --- a/.github/workflows/leaderboard_refresh.yaml +++ b/.github/workflows/leaderboard_refresh.yaml @@ -12,5 +12,5 @@ jobs: - name: Trigger Factory Rebuild run: | curl -X POST \ - "https://huggingface.co/api/spaces/mteb/leaderboard_2_demo/restart?factory=true" \ + "https://huggingface.co/api/spaces/mteb/leaderboard/restart?factory=true" \ -H "Authorization: Bearer ${{ secrets.HF_TOKEN }}"