ci: add register-skill workflow via shared-actions
register-skill-release / register (push) Successful in 14s Details

This commit is contained in:
ivanberry 2026-03-12 22:16:43 +08:00
parent db3e4ba348
commit 1ee8188ecd
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: register-skill-release
on:
push:
tags:
- 'v*'
workflow_dispatch:
jobs:
register:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: http://192.168.0.108:3030/agent-skills/shared-actions/register-skill@main
with:
client_key: ${{ secrets.CLIENT_KEY }}