mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
feat: Add build trigger for HyperBian on release
This commit is contained in:
parent
3ff7fe483f
commit
d5af0f4290
7
.github/workflows/push-master.yml
vendored
7
.github/workflows/push-master.yml
vendored
@ -200,3 +200,10 @@ jobs:
|
|||||||
prerelease: ${{ env.preRelease }}
|
prerelease: ${{ env.preRelease }}
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# Dispatch event to build new HyperBian image
|
||||||
|
- name: Repository Dispatch
|
||||||
|
uses: peter-evans/repository-dispatch@v1
|
||||||
|
with:
|
||||||
|
repository: HyperBian
|
||||||
|
token: ${{ secrets.HYPERION_BOT_TOKEN }}
|
||||||
|
event-type: hyperion_push
|
||||||
|
Loading…
Reference in New Issue
Block a user