You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
451 B
16 lines
451 B
name: Bundle admin into core |
|
on: |
|
push: |
|
branches: |
|
- develop |
|
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 }}"}'
|
|
|