mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Update admin dispatch event workflow
This commit is contained in:
parent
c9f8133507
commit
ae49e38eb9
5
.github/workflows/bundle-admin.yml
vendored
5
.github/workflows/bundle-admin.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Repository Dispatch
|
name: Bundle admin (owncast/owncast-admin)
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
types: [bundle-admin-event]
|
types: [bundle-admin-event]
|
||||||
jobs:
|
jobs:
|
||||||
bundle-admin:
|
bundle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Bundle admin
|
- name: Bundle admin
|
||||||
@ -17,6 +17,5 @@ jobs:
|
|||||||
author_email: owncast@owncast.online
|
author_email: owncast@owncast.online
|
||||||
message: "Update admin to ${{ github.event.client_payload.sha }}"
|
message: "Update admin to ${{ github.event.client_payload.sha }}"
|
||||||
add: "static/admin"
|
add: "static/admin"
|
||||||
branch: "gek/bundle-admin-event"
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_CR_PAT }}
|
GITHUB_TOKEN: ${{ secrets.GH_CR_PAT }}
|
||||||
Loading…
x
Reference in New Issue
Block a user