ci: rename trigger secret to FC_TRIGGER_URL

This commit is contained in:
故璃
2026-08-07 14:25:49 +08:00
parent e25d3b0b8e
commit ebd6226a9f
+1 -1
View File
@@ -24,4 +24,4 @@ jobs:
steps:
- name: Trigger FC publish-skills
run: |
curl -sf -X POST "${{ secrets.FC_PUBLISH_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"
curl -sf -X POST "${{ secrets.FC_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"