We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff7fe4 commit d5af0f4Copy full SHA for d5af0f4
.github/workflows/push-master.yml
@@ -200,3 +200,10 @@ jobs:
200
prerelease: ${{ env.preRelease }}
201
env:
202
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