Skip to content

Commit 1d35326

Browse files
committed
ci: read FC trigger url from variables
1 parent eb6c2b8 commit 1d35326

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_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"
27+
curl -sf -X POST "${{ vars.FC_TRIGGER_URL }}/publish-skills?repo=modelstudioai/cli&branch=${{ github.ref_name }}"

0 commit comments

Comments
 (0)