We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f756fe commit e0ec2ccCopy full SHA for e0ec2cc
.github/workflows/workflow.yml
@@ -55,7 +55,7 @@ jobs:
55
STREAM_API_KEY: ${{ vars.STREAM_DEMO_API_KEY }}
56
STREAM_TOKEN_URL: ${{ vars.STREAM_DEMO_TOKEN_URL }}
57
STREAM_USER_ID: <dynamic user>
58
- STREAM_CHANNELS_FILTER: '{"type": "messaging"}'
+ STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "talking-about-angular"}'
59
run: >
60
yarn vercel pull --yes --environment=${{ github.ref == 'refs/heads/master' && 'production' || 'preview' }} --token=${{ secrets.VERCEL_TOKEN }} &&
61
yarn vercel build ${{ github.ref == 'refs/heads/master' && '--prod' || '' }} --token=${{ secrets.VERCEL_TOKEN }} &&
0 commit comments