diff --git a/.github/workflows/build-next.yml b/.github/workflows/build-next.yml index c34deb6d1..59b901744 100644 --- a/.github/workflows/build-next.yml +++ b/.github/workflows/build-next.yml @@ -1,4 +1,4 @@ -name: Build admin app +name: Build web app on: [push, pull_request] jobs: run: diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml index 4b9cfeebd..db0b0e873 100644 --- a/.github/workflows/build-storybook.yml +++ b/.github/workflows/build-storybook.yml @@ -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