Skip to content

Commit 1ae4ccf

Browse files
committed
ci: send an event to the installer repo to build a new image
1 parent c099d14 commit 1ae4ccf

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,11 @@ jobs:
9191
asset_path: ./${{ env.ARTIFACT_NAME }}
9292
asset_name: ${{ env.ARTIFACT_NAME }}
9393
asset_content_type: application/gzip
94+
95+
- name: Trigger Installer Workflow
96+
uses: peter-evans/repository-dispatch@v3
97+
with:
98+
token: ${{ secrets.PAT }}
99+
repository: phpquant/stochastix
100+
event-type: new-ui-release
101+
client-payload: '{"version": "${{ env.VERSION }}"}'

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 William Arin
3+
Copyright (c) 2025-present William Arin
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)