Skip to content

Commit ea74358

Browse files
committed
Workflow test 4
1 parent 0769cc0 commit ea74358

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-sync-streams.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install PowerSync CLI
2828
# todo: replace with npm install powersync
29-
run: npm install https://github.com/powersync-ja/temp-cli.git
29+
run: npm install https://${{ secrets.GH_PKG_TOKEN }}@github.com/powersync-ja/temp-cli.git
3030

3131
- name: Deploy sync config
3232
env:

sync_streams.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
streams:
22
owned_lists:
33
query: SELECT * FROM lists WHERE owner_id = auth.user_id()
4-
list_todos:
5-
query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
4+
# list_todos:
5+
# query: SELECT * FROM todos WHERE list_id = subscription.parameter('list_id') AND list_id IN (SELECT id FROM lists WHERE owner_id = auth.user_id())
66

77
config:
88
# see https://docs.powersync.com/sync/advanced/compatibility

0 commit comments

Comments
 (0)