Use token
This commit is contained in:
2
.github/workflows/build-next.yml
vendored
2
.github/workflows/build-next.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build admin app
|
name: Build web app
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
|
|||||||
6
.github/workflows/build-storybook.yml
vendored
6
.github/workflows/build-storybook.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Dispatch event to owncast/owncast
|
- name: Dispatch event to web site
|
||||||
uses: peter-evans/repository-dispatch@v1
|
uses: peter-evans/repository-dispatch@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ADMIN_BUNDLE_PAT }}
|
token: ${{ secrets.BUNDLE_STORYBOOK_OWNCAST_ONLINE }}
|
||||||
repository: owncast/owncast.github.io
|
repository: owncast/owncast.github.io
|
||||||
event-type: bundle-components-library
|
event-type: bundle-components-library
|
||||||
|
|||||||
Reference in New Issue
Block a user