mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Send event on commits
This commit is contained in:
parent
f1e3adbec5
commit
2329d3a17d
7
.github/workflows/build-storybook.yml
vendored
7
.github/workflows/build-storybook.yml
vendored
@ -26,3 +26,10 @@ jobs:
|
||||
add: "docs/components"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Dispatch event to owncast/owncast
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.ADMIN_BUNDLE_PAT }}
|
||||
repository: owncast/owncast.github.io
|
||||
event-type: bundle-components-library
|
||||
|
Loading…
x
Reference in New Issue
Block a user