Browse Source

Use token

pull/2032/head
Gabe Kangas 4 years ago
parent
commit
e0aa5f8522
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      .github/workflows/build-next.yml
  2. 6
      .github/workflows/build-storybook.yml

2
.github/workflows/build-next.yml

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
name: Build admin app
name: Build web app
on: [push, pull_request]
jobs:
run:

6
.github/workflows/build-storybook.yml

@ -27,9 +27,9 @@ jobs: @@ -27,9 +27,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dispatch event to owncast/owncast
uses: peter-evans/repository-dispatch@v1
- name: Dispatch event to web site
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.ADMIN_BUNDLE_PAT }}
token: ${{ secrets.BUNDLE_STORYBOOK_OWNCAST_ONLINE }}
repository: owncast/owncast.github.io
event-type: bundle-components-library

Loading…
Cancel
Save