Trigger hookdeck.com deploy when product skills change#25
Merged
Conversation
Merges to main under skills/event-gateway, hookdeck, or outpost POST to the same Hookdeck source as Outpost docs so Vercel republishes /.well-known/agent-skills/. Co-authored-by: Cursor <cursoragent@cursor.com>
Both deploy hook credentials are repository secrets so the inbound source URL is not exposed in workflow logs or variable listings. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/trigger-website-deploy.ymlto POST to the Hookdeck website deploy source whenskills/event-gateway/,skills/hookdeck/, orskills/outpost/change onmain.AGENTS.md(build-time packaging byhookdeck/website, served at/.well-known/agent-skills/).This mirrors the Outpost docs deploy trigger (
hookdeck/outpost) so skill updates republish the RFC v0.2.0 discovery index and archives without a manual Vercel deploy.Required repository configuration
After merge, configure this repo (
hookdeck/agent-skills) under Settings → Secrets and variables → Actions → Secrets:HOOKDECK_WEBSITE_DEPLOY_SOURCE_URLVERCEL_WEBSITE_DEPLOY_HOOK_SOURCE_API_KEYx-api-keyheader valueBoth credentials are secrets (not repository variables) so the inbound source URL is not exposed in variable listings or workflow output.
Reuse the same values already configured on
hookdeck/outpost— both repos notify the same Hookdeck → Vercel production deploy path. (Outpost may store the URL as a variable; this repo uses a secret for both.)If either is missing, the workflow fails with an explicit
::error::message naming the missing secret.Related work
hookdeck/website(seescripts/agent-skills-discovery.mdandfeat/agent-skills-discoveryPR when open).Test plan
hookdeck/agent-skillsskills/hookdeck/onmainand verify the workflow runs and Vercel deployshttps://hookdeck.com/.well-known/agent-skills/index.jsonupdates after deploy (depends on website PR)