Skip to content

Commit d5af0f4

Browse files
authored
feat: Add build trigger for HyperBian on release
1 parent 3ff7fe4 commit d5af0f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/push-master.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,3 +200,10 @@ jobs:
200200
prerelease: ${{ env.preRelease }}
201201
env:
202202
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
203+
# Dispatch event to build new HyperBian image
204+
- name: Repository Dispatch
205+
uses: peter-evans/repository-dispatch@v1
206+
with:
207+
repository: HyperBian
208+
token: ${{ secrets.HYPERION_BOT_TOKEN }}
209+
event-type: hyperion_push

0 commit comments

Comments
 (0)