Skip to content

ci: trigger developers skill pack on push to main#23

Open
hogan-yuan wants to merge 1 commit into
mainfrom
feat/ci-skill-dispatch
Open

ci: trigger developers skill pack on push to main#23
hogan-yuan wants to merge 1 commit into
mainfrom
feat/ci-skill-dispatch

Conversation

@hogan-yuan
Copy link
Copy Markdown
Member

Summary

Adds a GitHub Actions workflow that fires a repository_dispatch event to longbridge/developers whenever skills/** is pushed to main.

Trigger: push to main with changes under skills/
Event sent: skill-updated to longbridge/developers
Payload: sha + ref of the triggering commit

Required secret

Add DEVELOPERS_DISPATCH_TOKEN to this repo's Actions secrets — a PAT (classic) with repo scope on longbridge/developers, used to send the dispatch event.

Counterpart

See PR in longbridge/developers that adds pack-skills.yml — the workflow that listens for this event and runs the skill zip + OSS upload without triggering a full site build.

🤖 Generated with Claude Code

Dispatches repository_dispatch to longbridge/developers when any
skills/** file is pushed to main, triggering skill pack + OSS upload.

Requires secret: DEVELOPERS_DISPATCH_TOKEN (PAT with repo scope on
longbridge/developers)

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant