Skip to content

Commit

Permalink
chore: revert channel filter for demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
szuperaz committed Nov 28, 2024
1 parent d9e26e1 commit 5e8eb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
STREAM_API_KEY: ${{ vars.STREAM_DEMO_API_KEY }}
STREAM_TOKEN_URL: ${{ vars.STREAM_DEMO_TOKEN_URL }}
STREAM_USER_ID: <dynamic user>
STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "angular-talks"}'
STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "talking-about-angular"}'
run: >
yarn vercel pull --yes --environment=${{ github.ref == 'refs/heads/master' && 'production' || 'preview' }} --token=${{ secrets.VERCEL_TOKEN }} &&
yarn vercel build ${{ github.ref == 'refs/heads/master' && '--prod' || '' }} --token=${{ secrets.VERCEL_TOKEN }} &&
Expand Down

0 comments on commit 5e8eb3e

Please sign in to comment.