From 1c557332ba8af9452c660c9efe7e2f29a18a71f5 Mon Sep 17 00:00:00 2001 From: CarmenDou <15951653662@163.com> Date: Tue, 26 May 2026 17:19:37 -0700 Subject: [PATCH] ci(sync): point sync workflow at TemplateMarket edge function --- .github/workflows/sync.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d815ebc..6a87e18 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -1,4 +1,4 @@ -name: Sync Registry to Cloud-Backend +name: Sync Registry to TemplateMarket on: push: @@ -9,7 +9,7 @@ on: jobs: sync: - name: POST /admin/v1/templates/sync + name: POST /functions/sync-templates runs-on: ubuntu-latest steps: - name: Trigger sync @@ -24,7 +24,7 @@ jobs: curl -fSs -X POST \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ - "https://api.insforge.dev/admin/v1/templates/sync" \ + "https://p8n7m7ci.us-east.insforge.app/functions/sync-templates" \ -d "{\"commit_sha\":\"$SHA\"}" echo echo "Sync completed for commit $SHA"