Update description of Hype Train Start's top.subscription.total value… #533
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Deploy Streamer.bot Docs | |
| on: | |
| workflow_dispatch: | |
| repository_dispatch: | |
| types: | |
| - deploy | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'streamerbot/**' | |
| jobs: | |
| deploy: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Create repository dispatch event | |
| env: | |
| GITHUB_TOKEN: ${{ secrets.DEPLOY_GH_TOKEN }} | |
| run: | | |
| gh api repos/Whipstickgostop/streamerbot-docs/dispatches \ | |
| --raw-field event_type=deploy |