Skip to content

Commit 5e8eb3e

Browse files
committed
chore: revert channel filter for demo app
1 parent d9e26e1 commit 5e8eb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
STREAM_API_KEY: ${{ vars.STREAM_DEMO_API_KEY }}
5656
STREAM_TOKEN_URL: ${{ vars.STREAM_DEMO_TOKEN_URL }}
5757
STREAM_USER_ID: <dynamic user>
58-
STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "angular-talks"}'
58+
STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "talking-about-angular"}'
5959
run: >
6060
yarn vercel pull --yes --environment=${{ github.ref == 'refs/heads/master' && 'production' || 'preview' }} --token=${{ secrets.VERCEL_TOKEN }} &&
6161
yarn vercel build ${{ github.ref == 'refs/heads/master' && '--prod' || '' }} --token=${{ secrets.VERCEL_TOKEN }} &&

0 commit comments

Comments
 (0)