Update admin dispatch event workflow

This commit is contained in:
Gabe Kangas 2021-11-12 16:44:38 -08:00
parent c9f8133507
commit ae49e38eb9

View File

@ -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 }}