ci: read FC trigger url from variables

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