Skip to content

Commit ebd6226

Browse files
committed
ci: rename trigger secret to FC_TRIGGER_URL
1 parent e25d3b0 commit ebd6226

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
steps:
2525
- name: Trigger FC publish-skills
2626
run: |
27-
curl -sf -X POST "${{ secrets.FC_PUBLISH_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"
27+
curl -sf -X POST "${{ secrets.FC_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"

0 commit comments

Comments
 (0)