mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
fix: Repair HyperBian dispatch
This commit is contained in:
parent
6d12b111a5
commit
85e2bc9fb8
5
.github/workflows/push-master.yml
vendored
5
.github/workflows/push-master.yml
vendored
@ -201,9 +201,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# Dispatch event to build new HyperBian image
|
# Dispatch event to build new HyperBian image
|
||||||
- name: Repository Dispatch
|
- name: Dispatch HyperBian build
|
||||||
uses: peter-evans/repository-dispatch@v1
|
uses: peter-evans/repository-dispatch@v1
|
||||||
|
if: ${{ github.repository_owner == 'hyperion-project'}}
|
||||||
with:
|
with:
|
||||||
repository: HyperBian
|
repository: hyperion-project/HyperBian
|
||||||
token: ${{ secrets.HYPERION_BOT_TOKEN }}
|
token: ${{ secrets.HYPERION_BOT_TOKEN }}
|
||||||
event-type: hyperion_push
|
event-type: hyperion_push
|
||||||
|
Loading…
Reference in New Issue
Block a user