Skip to content

Commit daa288e

Browse files
authored
chore: no need for special URL to access feeds API (#80)
🎫 Ticket: https://linear.app/stream/issue/XYZ-123 πŸ“‘ Docs: https://github.com/GetStream/docs-content/pull/<id> ### πŸ’‘ Overview ### πŸ“ Implementation notes
1 parent 97888e9 commit daa288e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

β€Ž.github/workflows/lint-test.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Lint and test
22
env:
33
VITE_STREAM_API_KEY: ${{ vars.CLIENT_TEST_API_KEY }}
44
VITE_STREAM_API_SECRET: ${{ secrets.CLIENT_TEST_SECRET }}
5-
VITE_API_URL: ${{ vars.CLIENT_TEST_API_URL }}
65

76
on:
87
push:

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Version and Release
22
env:
33
VITE_STREAM_API_KEY: ${{ vars.CLIENT_TEST_API_KEY }}
44
VITE_STREAM_API_SECRET: ${{ secrets.CLIENT_TEST_SECRET }}
5-
VITE_API_URL: ${{ vars.CLIENT_TEST_API_URL }}
65

76
on:
87
workflow_dispatch:

0 commit comments

Comments
Β (0)