mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Send dispatch event to core repo to bundle admin
This commit is contained in:
parent
7a712a7ae3
commit
683e55b57d
13
web/.github/workflows/bundle-admin.yml
vendored
Normal file
13
web/.github/workflows/bundle-admin.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: Bundle admin into core
|
||||
on: [push]
|
||||
jobs:
|
||||
dispatch:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dispatch event to owncast/owncast
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.ADMIN_BUNDLE_PAT }}
|
||||
repository: owncast/owncast
|
||||
event-type: bundle-admin-event
|
||||
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
|
Loading…
x
Reference in New Issue
Block a user