Skip to content

Commit cb9394e

Browse files
Dchuong03claude
andcommitted
feat: trigger website rebuild on release publish
Dispatches release-published event to website repo after npm packages are published, so the website auto-rebuilds with the new version. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a3e1c13 commit cb9394e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
env:
4747
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4848

49+
- name: Trigger website rebuild
50+
uses: peter-evans/repository-dispatch@v3
51+
with:
52+
token: ${{ secrets.WEBSITE_DEPLOY_PAT }}
53+
repository: junixlabs/sidstack-website
54+
event-type: release-published
55+
4956
# VS Code extension publish disabled — no VSCE_PAT configured yet
5057
# publish-vscode:
5158
# name: Publish VS Code Extension

0 commit comments

Comments
 (0)