feat: Add build trigger for HyperBian on release

This commit is contained in:
brindosch 2020-05-25 22:22:21 +02:00 committed by GitHub
parent 3ff7fe483f
commit d5af0f4290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,3 +200,10 @@ jobs:
prerelease: ${{ env.preRelease }}
env:
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