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 e0ec2cc commit d9e26e1Copy full SHA for d9e26e1
.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", "id": "talking-about-angular"}'
+ STREAM_CHANNELS_FILTER: '{"type": "messaging", "id": "angular-talks"}'
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